react-oncoprint-view
TypeScript icon, indicating that this package has built-in type declarations

0.0.4 • Public • Published

react-oncoprint-view

NPM version NPM downloads

A react library developed with dumi

Demo

demo.png

Usage

yarn add react-oncoprint-view

然后(点击可查看 mockData.js 数据详情)

// 就可以看到效果了
import { OncoPrintView } from 'react-oncoprint-view';
import { mockData } from './mockData';
export default <OncoPrintView {...mockData} />;

Development

# install dependencies
$  yarn install

# develop library by docs demo
$ yarn dev

# build library source code
$ yarn run build

# build library source code in watch mode
$ yarn run build:watch

# build docs
$ yarn run docs:build

# check your project for potential problems
$ yarn run doctor

Readme

Keywords

none

Package Sidebar

Install

npm i react-oncoprint-view

Weekly Downloads

2

Version

0.0.4

License

MIT

Unpacked Size

1.3 MB

Total Files

37

Last publish

Collaborators

  • dingzhen