Socket
Socket
Sign inDemoInstall

jane-components

Package Overview
Dependencies
Maintainers
12
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jane-components

Jane's React component library


Version published
Weekly downloads
15
increased by150%
Maintainers
12
Weekly downloads
 
Created
Source

jane-components

WIP

Documentation

npm version CircleCI Coverage Status Known Vulnerabilities


Installation

npm i jane-components react react-dom styled-components.

You can also install this library and its peerDependencies with npx install-peerdeps jane-components.

Usage

You can import the whole component library, or use named imports:

import * as Components from 'jane-components'
// use Components.Button, etc.
import { Button } from 'jane-components'
// use Button

You can also import from individual files, which helps with tree-shaking:

import Button from 'jane-components/lib/button'
// use Button

For component documentation, see the docs site.

License

MIT

Keywords

FAQs

Package last updated on 01 May 2019

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