Skip to content

Installation

Package Manager

sh
pnpm add @wyatex/bottom-sheet
sh
npm install @wyatex/bottom-sheet
sh
yarn add @wyatex/bottom-sheet

Import

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