b3a7a2a8f5
Add composable wrappers for 37 Base UI component families. Expose primitive and convenience APIs with shared styling utilities. Add the registry manifest, installer CLI, generation and export checks. Include a smoke example covering primitive and shadcn-style imports.
5 lines
105 B
TypeScript
5 lines
105 B
TypeScript
import { Button } from "./root"
|
|
|
|
export { Button, type ButtonProps } from "./root"
|
|
export default Button
|