Create Components

Choose your preferred tech stack and create your first components:

ReactReact
NodeJS
Vue
Angular
Harmony

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 UI component

Create a reusable UI component to use in your apps:

$bit
Copiedcopy
See command synopsis

This will create the component in the corresponding directory, and will link this component in your workspace node_modules directory.

Use the component

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';
CopiedCopy

You can install and use external dependencies using bit install. You can find more information on installing dependencies here.

Preview components

You can preview components and their documentation during development by starting the Bit Workspace UI:

$bit
Copiedcopy
See command synopsis

Below you can find guides for creating specific component types for your architecture needs.

Explore templates

Explore the component templates available in your workspace:

$bit
Copiedcopy
See command synopsis

What's next?