bento-jbrowse
v1.0.1
Published
Bento UI Building Blocks is a NPM library in an attempt to reuse the shared UI components across NCI data commons frameworks.
Downloads
53
Readme
Bento UI Building Blocks
Bento UI Building Blocks is a NPM library in an attempt to reuse the shared UI components across NCI data commons frameworks.
Installation
Use the package manager npm to install Bento UI Building Blocks.
npm install bento-jbrowse
Usage
import { JBrowseComponent } from 'bento-jbrowse';
<JBrowseComponent
theme={theme}
tracks={trackList}
assemblies={assemblies}
location={location}
defaultSession={session}
/>
Scripts Available
### `npm run build`