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