https://github.com/ashinga48/chakra-bit-ui-lib
bit based component development with chakra ui library integrate
https://github.com/ashinga48/chakra-bit-ui-lib
Last synced: about 1 month ago
JSON representation
bit based component development with chakra ui library integrate
- Host: GitHub
- URL: https://github.com/ashinga48/chakra-bit-ui-lib
- Owner: ashinga48
- Created: 2021-10-07T20:39:49.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-07T20:55:08.000Z (over 4 years ago)
- Last Synced: 2025-03-22T05:41:12.165Z (about 1 year ago)
- Language: TypeScript
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Resanec UI Library documentation
This library is aims to provider molecular components required for resanec service provider module.
It later delivers components to module federated UI application (either SSR / SPA Nextjs)
# Core Frameworks
- Chakra UI - [check here](https://chakra-ui.com/)
```
Accessibility, Themeable, Composable, DX
```
- Module Federation - for NextJS imports [check here](https://thekevinwang.com/2021/03/26/micro-frontends-nextjs/)
```
```
- Bit Component Management [check here](https://harmony-docs.bit.dev/getting-started/initializing-workspace/)
```
Modular components
```
# Working with bit
## Install
1. Install bvm
2. Install bit
## Start workspace
Run
```
bit install // at src root
bit start // then open http://localhost:3000
```
http://localhost:3000
## Create Components
Example
```
bbit create react-component ui/button
the following 1 component(s) were created
resanec/ui/button
location: resanec/ui/button
env: teambit.react/react
```
Read more about scopes, component management in bit.dev documentation
## Commit