Skip to content
ui-core / 6.19.0

ui-core 6.19.0

Install from the command line:
Learn more about npm packages
$ npm install @habx/ui-core@6.19.0
Install via package.json:
"@habx/ui-core": "6.19.0"

About this version

@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

Details


Assets

  • ui-core-6.19.0.tgz

Download activity

  • Total downloads 4
  • Last 30 days 0
  • Last week 0
  • Today 0