0.0.6 • Published 18 days ago

@valyent/ui v0.0.6

Weekly downloads
-
License
-
Repository
-
Last release
18 days ago

Valyent UI

A React components library for Valyent projects.

You can find the Storybook documentation here.

Installation

  1. Install the package using npm:
npm install @valyent/ui
  1. Import the CSS file in your project:
/* In your main CSS file, do something like that (you can change the path to the CSS file): */
@import "../../node_modules/@valyent/ui/dist/index.css";