$ npm install @sonicgarden/bs-toast-element
import { openToast } from '@sonicgarden/bs-toast-element'
openToast('Hello, world', { bgColor: 'success', delay: 5000 })
Refer to the type definitions for more options.
Browsers without native custom element support require a polyfill.
- Chrome
- Firefox
- Safari
- Microsoft Edge
pnpm i
pnpm dev
Distributed under the MIT license. See LICENSE for details.