1.0.0-beta.3 • Published 3 years ago

@sfx-ui/core v1.0.0-beta.3

Weekly downloads
7
License
MIT
Repository
github
Last release
3 years ago

@sfx-ui/core

React UI components library by Scaleflex


Installation

npm i @sfx-ui/core # styled-components react react-dom
yarn add @sfx-ui/core # styled-components react react-dom

Make sure to have react, react-dom and styled-components installed in your package as they are included in our peer dependencies.

Usage

@sfx-ui/core package implements different UI components under the SFX UI design system. Every component is exported by default from its folder along with its props and, sometimes, some helper entities.

import Button from '@sfx-ui/core/button';

// ...

<Button color="primary">
  Download
</Button>