Skip to content

Commit 522068e

Browse files
committed
refactor: seperate components into folders
1 parent e4ee601 commit 522068e

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

components/dialog/readme.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Dialog
2+
3+
*THIS SECTION IS FOR DEMONSTRATION ONLY*
4+
5+
Also called Modal.

components/divider/readme.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Divider
2+
3+
*THIS SECTION IS FOR DEMONSTRATION ONLY*
4+
5+
Usage:
6+
7+
```html
8+
<div class="divider"></div>
9+
```
10+
11+
## Vertical Divider
12+
13+
```html
14+
<div class="divider-vertical"></div>
15+
```

0 commit comments

Comments
 (0)