JSPM

  • Created
  • Published
  • Downloads 248
  • Score
    100M100P100Q96108F

A collection of React components for common tasks

Package Exports

  • @dolthub/react-components
  • @dolthub/react-components/dist/cjs/index.js
  • @dolthub/react-components/dist/esm/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@dolthub/react-components) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@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:

Package Required
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