Choose your preferred tech stack and create your first components:
Unlock seamless dev experience with Cloud Workspaces
Use Cloud Workspaces for a ready-to-go, web-based and integrated development environment for creating your components.
Create a reusable UI component to use in your apps:
This will create the component in the corresponding directory, and will link this component in your workspace node_modules directory.
You can use components in your workspace or in other linked projects using an import statement with the component module name:
import { Login } from '@my-org/my-platform.login';
You can install and use external dependencies using bit install
. You can find more information on installing dependencies here.
You can preview components and their documentation during development by starting the Bit Workspace UI:
Below you can find guides for creating specific component types for your architecture needs.
Explore the component templates available in your workspace: