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

@ensofinance/ui-library

Package Overview
Dependencies
Maintainers
9
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ensofinance/ui-library

Enso ui library

  • 0.0.27
  • unpublished
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
9
Weekly downloads
 
Created
Source

Enso UI Library

UI library for Enso

How to use

Run storybook:

yarn && yarn start:storybook

Duplicate a component

Duplicate, rename and wire a new component using the command:

yarn go newComponentTitle

Generate icons

Use svgr to generate icons from public folder:

yarn svgr

Or add it as a pre-commit hook:

husky add .husky/pre-commit "yarn svgr"

In order to yarn link with this project, peer dependencies need to be linked with the project you want to link Run yarn local-peer-deps and enter the project directory, the script will yarn link all peer dependencies from the target project into ui-library.

Then, in this project, run

yarn link

Go to an existing project and use the following command to start using your local npm package.

yarn link @ensofinance/ui-library

Now start rollup in watch mode to develop and see changes.

yarn rollup:watch

and/or Storybook to view the Component Library

yarn storybook

Keywords

FAQs

Package last updated on 14 Jul 2022

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