@gits-id/dropdown
v1.0.0-beta.3
Published
GITS Dropdown Component
Downloads
37
Readme
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
<script setup lang="ts">
import Dropdown from '@gits-id/dropdown';
</script>
<template>
<Dropdown />
</template>
Documentation
View Dropdown
documentation here.
License
MIT