Getting Started
Installation
First you have to make a choice between styled-components and emotion. If you don't know either, it is easier to start with styled-components.
Styled Components
npm install @smooth-ui/core-sc reakit styled-components
Emotion
npm install @smooth-ui/core-em reakit @emotion/core @emotion/styled emotion-theming
Usage
There is no required setup to use Smooth UI, it exposes ready to use components.
You can use components in your React app:
Even if it is not strictly required, it is strongly recommended to add
Normalize
to your application, see guide.