@dolthub/react-components
A library of useful React components.
Installation
% yarn add @dolthub/react-components
or
% npm install @dolthub/react-components
Peer dependencies
The following peer dependencies must be installed in your project:
react | Yes |
react-dom | Yes |
react-select | Yes |
react-tooltip | Yes |
tailwindcss | Yes |
github-markdown-css | No (only needed if using components with markdown) |
react-markdown | No (only needed if using components with markdown) |
remark-gfm | No (only needed if using components with markdown) |
Install the required ones with:
% yarn add react-select react-tooltip tailwindcss