UNPKG

@gits-id/form-select

Version:

GITS Form Select Component

44 lines (28 loc) 490 B
# GITS Form Select Component Form Select Component. ## Installation npm ``` npm i @gits-id/form-select ``` yarn ``` yarn add @gits-id/form-select ``` pnpm ``` pnpm i @gits-id/form-select ``` ## Usage ```vue <script setup lang="ts"> import FormSelect from '@gits-id/form-select'; </script> <template> <FormSelect /> </template> ``` ## Documentation View `FormSelect` documentation [here](https://gits-ui.web.app/?path=/story/components-form-select--default). ## License MIT