Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/habx/ui-core
- Owner: habx
- License: mit
- Created: 2019-06-25T09:40:19.000Z (over 5 years ago)
- Default Branch: dev
- Last Pushed: 2024-09-01T23:49:58.000Z (5 months ago)
- Last Synced: 2025-02-03T14:15:56.155Z (1 day 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
[![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/)