@fireberry/ds
TypeScript icon, indicating that this package has built-in type declarations

0.0.76 • Public • Published

Fireberry Design System

Fireberry's React components. Use them to build your app. https://design-system.fireberry.com/

Installation

With npm:

npm install @fireberry/ds

Usage

  1. Go to App.js file, import DSThemeContextProvider from @fireberry/ds package and wrap your function with it (use isRtl flag for RTL support):
import { DSThemeContextProvider } from '@fireberry/ds';

function App() {
    return (
        <DSThemeContextProvider isRtl={isRtl}>
            ...
        </DSThemeContextProvider>
    );
  }
  1. Import your desired component from @fireberry/ds and use it as mentioned in Fireberry Design System. e.g.,
import { Button } from '@fireberry/ds';

function Component() {
  return <Button label='Button' color='success' variant='primary' onClick={() => {}} />
}

Readme

Keywords

none

Package Sidebar

Install

npm i @fireberry/ds

Weekly Downloads

29

Version

0.0.76

License

ISC

Unpacked Size

4.39 MB

Total Files

67

Last publish

Collaborators

  • itayzemah
  • itayn-fireberry
  • alon_fireberry