Skip to content

Latest commit

 

History

History

libs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

shared packages for nft-gallery

@kodadot1/brick

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'