@gen3/ui-component

0.11.4 • Public • Published

Gen3 UI Component Library

npm (scoped)

UI library for Gen3 apps

Quick Start

Install

Install with npm:

$ npm install --save @gen3/ui-component

Usage

import Button from '@gen3/ui-component/dist/components/Button';
const myFunc = () => {
  console.log('clicked!');
};

<Button buttonType='primary' label='Primary Button' onClick={myFunc} leftIcon=’download’ />

API

Clone the repo and try more components:

$ git clone git@github.com:uc-cdis/gen3-ui-component.git
npm run storybook

For Developers

Run following scripts before commit:

$ npm version patch

It will bump the version of the npm package and commit the change.

Readme

Keywords

Package Sidebar

Install

npm i @gen3/ui-component

Weekly Downloads

177

Version

0.11.4

License

ISC

Unpacked Size

855 kB

Total Files

224

Last publish

Collaborators

  • pribeyre
  • m0nhawk
  • mshao1
  • ocshawn