@sfx-ui/coredeprecated

React UI components library by Scaleflex Company

Usage no npm install needed!

<script type="module">
  import sfxUiCore from 'https://cdn.skypack.dev/@sfx-ui/core';
</script>

README

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