https://github.com/habx/ui-core
✨ Design system core library
https://github.com/habx/ui-core
design-system react
Last synced: about 2 months ago
JSON representation
✨ Design system core library
- Host: GitHub
- URL: https://github.com/habx/ui-core
- Owner: habx
- License: mit
- Created: 2019-06-25T09:40:19.000Z (almost 6 years ago)
- Default Branch: dev
- Last Pushed: 2024-09-01T23:49:58.000Z (8 months ago)
- Last Synced: 2025-02-26T11:12:46.259Z (2 months ago)
- Topics: design-system, react
- Language: TypeScript
- Homepage: https://habx.github.io/ui-core
- Size: 88.8 MB
- Stars: 41
- Watchers: 5
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
@habx/ui-core
[](https://app.circleci.com/pipelines/github/habx/ui-core)
[](https://www.npmjs.com/package/@habx/ui-core)
[](https://bundlephobia.com/result?p=@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/)