Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@styleatlas/react-ui

Package Overview
Dependencies
Maintainers
4
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@styleatlas/react-ui

Style Atlas ReactJS UI Components

  • 0.1.3
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
2
Maintainers
4
Weekly downloads
 
Created
Source

Style Atlas User Interface · GitHub license npm version

Beautifully crafted user interface components of Style Atlas.

# Install like so
yarn add @styleatlas/react-ui

Development

All components are tested, you can run tests with

yarn test --watch

Components can be evaluated visually using React Storybook

yarn run storybook

The package can be built with (useful for yarn link)

# once off
yarn prepare
# or, to watch
yarn watch "yarn prepare" ./src

This package is published from ./lib to maintain a flat file structure. See this post for details.

We must, therefore, cd to ./lib and then link from there.

yarn prepare &&\
cd ./lib &&\
yarn link &&\
cd -

Then in another project

yarn link @styleatlas/react-ui

Publishing

The package will be built into the ./lib directory and published from there. Simply use:

yarn dist

FAQs

Package last updated on 15 Mar 2018

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