feat: range component
This commit is contained in:
13
docs/components/range.md
Normal file
13
docs/components/range.md
Normal file
@@ -0,0 +1,13 @@
|
||||
<script setup>
|
||||
import DefaultRange from './range/examples/DefaultRange.vue'
|
||||
</script>
|
||||
|
||||
## Default
|
||||
|
||||
```vue
|
||||
<template>
|
||||
<Range />
|
||||
</template>
|
||||
```
|
||||
|
||||
<DefaultRange />
|
||||
Reference in New Issue
Block a user