ashinga48 / chakra-bit-ui-lib

bit based component development with chakra ui library integrate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
    Accessibility, Themeable, Composable, DX
    
  • Module Federation - for NextJS imports check here
    
    
  • Bit Component Management check here
    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

About

bit based component development with chakra ui library integrate


Languages

Language:TypeScript 100.0%