@habx/ui-core
TypeScript icon, indicating that this package has built-in type declarations

6.21.0 • Public • Published

@habx/ui-core

CircleCI Version Size License

Design System used on all the applications developed by HABX

Installation

npm i @habx/ui-core

Add Providers

App.ts
import { Provider as DesignSystemProvider, ThemeProvider } from '@habx/ui-core'

const App: React.FunctionComponent = ({ children }) => {
  return (
    <ThemeProvider theme={theme}>
        <DesignSystemProvider>
            {children}
        </DesignSystemProvider>
    </ThemeProvider>

  )
}

documentation

Test all our components in our Storybook

Readme

Keywords

none

Package Sidebar

Install

npm i @habx/ui-core

Weekly Downloads

23

Version

6.21.0

License

ISC

Unpacked Size

2.06 MB

Total Files

1749

Last publish

Collaborators

  • habx