Skip to content

CBIIT/bento-jbrowse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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`

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published