A set of base ui components built with Bit including basic react ui components, style components, font components, a custom env, a custom component generator, a custom workspace generator and more.
Exported components can be explored here.
If you would like to import(clone) the project to take it for a test run make sure you have bit installed.
npm i -g @teambit/bvm
bvm install
Create an empty workspace. (skip this step if you want to import the components into an already created workspace)
bit new react my-workspace --empty
Use the bit import
command to import all components into your workspace. This is similar to cloning a project.
bit import "learn-bit-react.base-ui/*"
Copy the workspace.jsonc
file from this repository and replace the one in your workspace. This will ensure you have the correct dependencies and environments set.
Start the dev server
bit start
You should now see all the ecommerce components on localhost:3000