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: 2 months 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 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-07T20:55:08.000Z (over 3 years ago)
- Last Synced: 2025-01-27T06:18:44.872Z (4 months ago)
- Language: TypeScript
- Size: 34.2 KB
- Stars: 0
- Watchers: 2
- 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/buttonthe 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