name: using-base-ui description: invoke this skill when build user interfaces with Base UI components
Package
The correct package to install is @base-ui/react.
Imports
Import components from @base-ui/react/<component-name>. For example, to import the Button component:
import { Button } from "@base-ui/react/button";