You've already forked AstralRinth
forked from didirus/AstralRinth
Make current code library + add docs
This commit is contained in:
13
docs/components/button.md
Normal file
13
docs/components/button.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# Button
|
||||
|
||||
<DemoContainer>
|
||||
<Button :action="() => {}" >
|
||||
Test Button
|
||||
</Button>
|
||||
</DemoContainer>
|
||||
|
||||
```vue
|
||||
<Button :action="() => {}" >
|
||||
Test Button
|
||||
</Button>
|
||||
```
|
||||
13
docs/components/card.md
Normal file
13
docs/components/card.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# Card
|
||||
|
||||
<DemoContainer style="background-color: var(--color-bg)">
|
||||
<Card>
|
||||
This is a card!
|
||||
</Card>
|
||||
</DemoContainer>
|
||||
|
||||
```vue
|
||||
<Card>
|
||||
This is a card!
|
||||
</Card>
|
||||
```
|
||||
9
docs/components/icons.md
Normal file
9
docs/components/icons.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# Icons
|
||||
|
||||
<DemoContainer>
|
||||
<CheckIcon />
|
||||
</DemoContainer>
|
||||
|
||||
```vue
|
||||
<CheckIcon />
|
||||
```
|
||||
Reference in New Issue
Block a user