@olundot/ui
v0.3.0
Published
OLUN. shared React UI components built on OLUN design tokens
Maintainers
Readme
@olundot/ui
Shared OLUN React UI components.
pnpm add @olundot/ui @olundot/tokens@import "tailwindcss";
@import "@olundot/ui/tokens.css";import { Button, Card, Input } from "@olundot/ui";
export function Example() {
return (
<Card>
<Input aria-label="Name" />
<Button>Continue</Button>
</Card>
);
}This beta package is extracted from the OLUN CBT/LMS shared UI implementation. API names are usable, but still considered beta until the consumer integration cycle is complete.
Accent Contract
Filled accent buttons must pair --accent-solid for the background/border with --accent-on-solid for text and icons. --accent-on-fill remains a backward-compatible alias only and is not allowed in new Button source.
