mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-21 23:40:39 +01:00
docs(ComponentExample): automatically read code (#789)
This commit is contained in:
@@ -8,17 +8,7 @@ links:
|
||||
|
||||
## Usage
|
||||
|
||||
::component-example
|
||||
#default
|
||||
:container-example{class="w-full"}
|
||||
|
||||
#code
|
||||
```vue
|
||||
<template>
|
||||
<UContainer>Content</UContainer>
|
||||
</template>
|
||||
```
|
||||
::
|
||||
:component-example{component="container-example" :componentProps='{"class": "w-full"}'}
|
||||
|
||||
## Props
|
||||
|
||||
|
||||
Reference in New Issue
Block a user