! Warning ! Monad is experimental and very much WIP
A few reusable Vue.js UI components based on TailwindCSS, based on Atomic Design principles. Accessible via StorybookJS / Nuxt. This started as an exercise to get to know StorybookJS.
- Avatar
- Badge
- Button
- Button Dropdown
- Card
- Navbar
- Table (including filtering, sorting)
Storybook lets you test and develop UI components in isolation. The following Storybook addons were installed in this package:
- Docs
- Knobs
- Accessibility
- Viewport
- Install dependencies with
npm install
oryarn install
. - Serve Storybook with hot reload at localhost:2001 with
npm run storybook
oryarn run storybook
.
Inspired by TailwindCSS docs and DJanoskova's Tailwind components