mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 09:04:55 +00:00
Make current code library + add docs
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
# Button
|
||||
|
||||
<DemoContainer>
|
||||
<Button :action="() => {}" >
|
||||
Test Button
|
||||
</Button>
|
||||
</DemoContainer>
|
||||
|
||||
```vue
|
||||
<Button :action="() => {}" >
|
||||
Test Button
|
||||
</Button>
|
||||
```
|
||||
Reference in New Issue
Block a user