Choose your preferred tech stack and create your first components:
UseCloud Workspaces for a ready-to-go, web-based and integrated development environment for creating your components.
Consider using the following templates to implement the needed components for your feature:
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 otherlinked projects using an import statement with the component module name:
import{ Login}from'@my-org/my-platform.login';
Copied
You can install and use external dependencies usingbit install
. You can find more information oninstalling 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: