@nodeblocks/frontend-navbar-block
v0.4.1
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.
Downloads
284
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
