Reusable components based on neobrutalism style. This package is using histoire to manage the components. Some keys how to manage our component with histoire:
Development:
# run this command from root folder
pnpm -F brick story:dev
# or, run this command from libs/ui folder
pnpm story:dev
Export Component:
// make sure to export the component in index.ts
export { default as TheComponent } from './components/TheComponent/TheComponent.vue'
Usage
import { TheComponent } from '@kodadot1/brick'