@shzl/catalyst
v0.1.0
Published
Reaction Catalyst
Downloads
11
Readme
@reactioncommerce/catalyst
Getting Started
npm install --save [email protected] [email protected] [email protected] @reactioncommerce/[email protected] @reactioncommerce/catalyst
or
yarn add [email protected] [email protected] [email protected] @reactioncommerce/[email protected] @reactioncommerce/catalyst
Note that the minimum required React version is 16.8.6 because this package uses newer APIs like hooks
, createContext
and forwardRef
. The react
, prop-types
, and @reactioncommerce/components-context
packages are peer dependencies, which means that you must install the proper versions in your app. They are not included with this package.
Then import a component:
import Button from "@reactioncommerce/catalyst/Button";
In your HTML:
// Font for display type
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,400,600,700" rel="stylesheet">
Icons
Several components in this library use the Material Design Icons React components, which are distributed under the WTFPL License. The icons themselves are distributed under the SIL OPEN FONT LICENSE Version 1.1.