You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+70Lines changed: 70 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,10 +4,80 @@
4
4
[![npm package][npm-badge]][npm]
5
5
[![Coveralls][coveralls-badge]][coveralls]
6
6
7
+
##Description
7
8
8
9
A [React](https://facebook.github.io/react/) wrapper around the [BioJS](https://biojs.net/)[sequence-viewer](https://github.com/calipho-sib/sequence-viewer)
9
10
component.
10
11
12
+
## Installation
13
+
14
+
```
15
+
npm install --save react-sequence-viewer
16
+
```
17
+
18
+
## Usage
19
+
20
+
The following code renders a sequence-viewer component in the HTML
0 commit comments