This package has been deprecated

Author message:

WARNING: This module has been renamed to @scaleflex/ui. Please install it instead. See https://github.com/scaleflex/ui/ for more information.

@sfx-ui/core

1.0.0-beta.3 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i @sfx-ui/core

Weekly Downloads

1

Version

1.0.0-beta.3

License

MIT

Unpacked Size

271 kB

Total Files

426

Last publish

Collaborators

  • vitaly.shaposhnik