feat: add input component
This commit is contained in:
6
docs/components/input/examples/InputExample.vue
Normal file
6
docs/components/input/examples/InputExample.vue
Normal file
@@ -0,0 +1,6 @@
|
||||
<template>
|
||||
<Input placeholder="enter your first name" label="First name" />
|
||||
</template>
|
||||
<script lang="ts" setup>
|
||||
import { Input } from '../../../../src/index'
|
||||
</script>
|
||||
Reference in New Issue
Block a user