@amro-ui/react
v0.2.0
Published
Accessible React primitives for the Amro product suite
Maintainers
Readme
@amro-ui/react
The React package for AmroUI: a typed component system with 229 production-ready assistant, sales, editorial, learning, generation, scheduling, foundation, and shared-interface components.
Install
npm install @amro-ui/reactUse
Import the stylesheet once at the application root, then import components from the package:
import "@amro-ui/react/styles.css";
import { LeadFitMeter } from "@amro-ui/react";
export function Example() {
return <LeadFitMeter />;
}Set data-theme="dark" or data-theme="light" on the document root to select a
theme.
Browse every component, live preview, source file, and shadcn-compatible install command at amro-ui.vercel.app.
