ui-core 6.20.0
Install from the command line:
Learn more about npm packages
$ npm install @habx/ui-core@6.20.0
Install via package.json:
"@habx/ui-core": "6.20.0"
About this version
Design System used on all the applications developed by HABX
npm i @habx/ui-core
import { Provider as DesignSystemProvider, ThemeProvider } from '@habx/ui-core'
const App: React.FunctionComponent = ({ children }) => {
return (
<ThemeProvider theme={theme}>
<DesignSystemProvider>
{children}
</DesignSystemProvider>
</ThemeProvider>
)
}
Test all our components in our Storybook