|
|
@@ -1,8 +1,8 @@ |
|
|
|
# Tesseract Web - React |
|
|
|
# Tesseract Web - React Common |
|
|
|
|
|
|
|
Front-end components for Web using the [Tesseract design system](https://make.modal.sh/tesseract/design), written for [React](https://reactjs.org). |
|
|
|
|
|
|
|
[![package: @tesseract-design/react](https://img.shields.io/badge/package-%40tesseract--design%2Freact-C78AB3?style=flat-square&labelColor=666666)](https://pack.modal.sh/js/@tesseract-design/react) |
|
|
|
[![package: @tesseract-design/react-common](https://img.shields.io/badge/package-%40tesseract--design%2Freact-common-C78AB3?style=flat-square&labelColor=666666)](https://pack.modal.sh/js/@tesseract-design/react-common) |
|
|
|
[![jest: 25.1.0](https://img.shields.io/badge/jest-25.1.0-C21325?style=flat-square&labelColor=666666&logo=Jest&logoColor=ffffff)](https://github.com/facebook/jest) |
|
|
|
[![react: 16.13.1](https://img.shields.io/badge/react-16.13.1-61DAFB?style=flat-square&labelColor=666666&logo=React&logoColor=ffffff)](https://github.com/facebook/react) |
|
|
|
[![styled-components: 5.1.0](https://img.shields.io/badge/styled--components-5.1.0-DB7093?style=flat-square&labelColor=666666&logo=styled-components&logoColor=ffffff)](https://github.com/styled-components/styled-components) |
|
|
@@ -21,7 +21,7 @@ With [Yarn](https://yarnpkg.com), add this to your `.yarnrc` file: |
|
|
|
Then, install the package by running the following command: |
|
|
|
|
|
|
|
```shell script |
|
|
|
yarn add @tesseract-design/react |
|
|
|
yarn add @tesseract-design/react-common |
|
|
|
``` |
|
|
|
|
|
|
|
## Usage |
|
|
|