@itleadopencommerce/catalyst
v0.1.4
Published
Reaction Catalyst
Keywords
Readme
@reactioncommerce/catalyst
Getting Started
npm install --save [email protected] [email protected] [email protected] @reactioncommerce/[email protected] @reactioncommerce/catalystor
yarn add [email protected] [email protected] [email protected] @reactioncommerce/[email protected] @reactioncommerce/catalystNote 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.
