Breadstick
A simple but flexible implementation of toast style notifications for Vue.js.
An imperative API
This means that you don't need to set component state or render elements to trigger notifications. Instead, just call a function. This makes it very user friendly for component library authors.
Render whatever you want
utilize the render callback to create entirely custom notifications.
Functional default styles
Import the provided css for some nice styling defaults or write your own styles.
JS agnostic notifications
Breadstick can be incrementally adopted to your application since it uses the already progressive Vue.js under the hood.
# 🥳 Getting Started
Here are a few Codesandbox starters you can use to get started with Breadstick in your Vue or Nuxt App.
- Vue Starter: http://bit.ly/breadstick-vue
- Nuxt.js Starter: http://bit.ly/breadstick-nuxt