Code cleanup, move docs data to json, update docs structure
This commit is contained in:
11
src/docs/components/Divider.svelte
Normal file
11
src/docs/components/Divider.svelte
Normal file
@@ -0,0 +1,11 @@
|
||||
<div class="divider">
|
||||
|
||||
</div>
|
||||
|
||||
<style>
|
||||
.divider {
|
||||
margin-top: 30px;
|
||||
margin-bottom: 30px;
|
||||
height: 1px;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user