Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement →
Sign In

@nodeblocks/frontend-view-order-block

Package Overview
Dependencies
Maintainers
4
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nodeblocks/frontend-view-order-block

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.

latest
npmnpm
Version
0.4.0
Version published
Maintainers
4
Created
Source

🚀 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.json to 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-block
    
    import { 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:manage
    
  • Build for production 🏗️ [WIP]:

    npm run build
    

FAQs

Package last updated on 29 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts