New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@goodhood/inputs-minimal

Package Overview
Dependencies
Maintainers
6
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@goodhood/inputs-minimal

Nebenan inputs package

  • 1.7.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
369
increased by11.48%
Maintainers
6
Weekly downloads
 
Created
Source

@goodhood/inputs-minimal

Collection of dumb input components. Uses the nebenan design system as single source of truth.

  • Preview

Preview

Usage

  • Import styles globally
  @import "@goodhood/inputs-minimal/styles"
  • Import components e.g.
  import { TextField } from "@goodhood/inputs-minimal"

Add a new component

  • Create src/*/index.jsx
    • Default exports will be re-exported with the components name
    • Named exports will be re-exported as they are (watch out for collisions)
      // src/micro_helmet/index.jsx
      export const MicroHelmetProvider = 123;
      export default 666;
      
      // usage
      import { MicroHelmet, MicroHelmetProvider } from 'packages/inputs-minimal';
      
  • Create src/*/index.stories.jsx
    • Preview will take it up automatically

FAQs

Package last updated on 20 Oct 2023

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc