-
1
-
2
-
3
-
4
-
5
-
6
-
7
-
8
-
9
-
10
-
11
-
12
-
13
-
14
-
15
# @figspec/react
A React binding for `@figspec/components`.
## Installation
You need to install both this package and `@figspec/components`.
```sh
$ yarn add @figspec/react @figspec/components
# or
$ npm i @figspec/react @figspec/components
```