Installation
Package Manager
sh
pnpm add @wyatex/bottom-sheetsh
npm install @wyatex/bottom-sheetsh
yarn add @wyatex/bottom-sheetImport
Import BottomSheet and its styles in the component where you need it:
vue
<script setup>
import { BottomSheet } from '@wyatex/bottom-sheet'
import '@wyatex/bottom-sheet/dist/style.css'
</script>Requirements
- Vue >= 3.3.0