Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/habx/ui-core

✨ Design system core library
https://github.com/habx/ui-core

design-system react

Last synced: about 2 hours ago
JSON representation

✨ Design system core library

Awesome Lists containing this project

README

        





@habx/ui-core

[![CircleCI](https://img.shields.io/circleci/build/github/habx/ui-core)](https://app.circleci.com/pipelines/github/habx/ui-core)
[![Version](https://img.shields.io/npm/v/@habx/ui-core)](https://www.npmjs.com/package/@habx/ui-core)
[![Size](https://img.shields.io/bundlephobia/min/@habx/ui-core)](https://bundlephobia.com/result?p=@habx/ui-core)
[![License](https://img.shields.io/github/license/habx/ui-core)](/LICENSE)

Design System used on all the applications developed by HABX

## Installation
```shell
npm i @habx/ui-core
```

#### Add Providers

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

const App: React.FunctionComponent = ({ children }) => {
return (


{children}

)
}
```

[documentation](https://habx.github.io/concrete-docs/)

Test all our components in our [Storybook](https://habx.github.io/ui-core/)