Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 795 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 795 Bytes

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'