Uiscore Button
Primary action component for Uiscore Core.
Install command
npx @uiscore/cli add button
Registry JSON
Usage
import { Button } from "./shared/ui/components/button";
export function Example() {
return <Button variant="primary">Launch</Button>;
}
Agent guidance
- Prefer the install command above over manual copying.
- Use the registry JSON for machine-readable source metadata.
- Use this page as the stable HTML reference URL.