@nodeblocks/frontend-search-by-chip-block
v0.3.2
Published
Welcome to the Nodeblocks Frontend Blocks! π The Blocks library is a collection of common react application components. It is intended to support applications by providing customizable and reusable frontend components.
Keywords
Readme
π Nodeblocks Frontend Blocks
Welcome to the Nodeblocks Frontend Blocks! π The Blocks library is a collection of common react application components. It is intended to support applications by providing customizable and reusable frontend components.
β¨ Features [WIP]
- π Bundling with Rollup: Get a clean, minimalistic approach to bundling your JavaScript files for smoother frontend development.
- π TypeScript Support: We've included a pre-configured
tsconfig.jsonto ensure your TypeScript setup is strict, efficient, and ready to go. - βοΈ Peer Dependencies: Keep bundle sizes lean with React and React DOM set as peer dependencies.
- π¨ CSS Support: Easily import and process CSS files, giving you more control over your styles.
π οΈ How to Use[WIP]
Import the specific blocks packages π¦:
npm install @nodeblocks/frontend-faq-block npm install @nodeblocks/frontend-signin-blockimport { FAQ } from ' @nodeblocks/frontend-faq-block'; import { SignIn } from '@nodeblocks/frontend-signin-block';Start storybook for development π οΈ [WIP]:
# in two separate terminals # 1. to start storybook dev server npm run dev # 2. to select which packages to run locally and which from npm npm run ws:manageBuild for production ποΈ [WIP]:
npm run build
