gv-component-library
TypeScript icon, indicating that this package has built-in type declarations

1.0.29 • Public • Published

CircleCI semantic-release semantic-release

React Component Library

React components to be shared across applications

Use

CL has a dependency of styled-components.

Install the package

$ yarn add gv-component-library

Wrap app with the ThemeProvider and usTheme

 import { ThemeProvider, theme } from 'gv-component-library';

Import components

 import { Button } from 'gv-component-library';

Develop

To install CL locally run

$ yarn install

To start

$ yarn styleguide

To test

$ yarn test

Test will run through all jest tests and watch for any changes on snapshots.

To publish

$ yarn publish:npm

Preview

Readme

Keywords

none

Package Sidebar

Install

npm i gv-component-library

Weekly Downloads

31

Version

1.0.29

License

ISC

Unpacked Size

155 kB

Total Files

119

Last publish

Collaborators

  • s-barrah