@sdwa/components
v0.2.1
Published
React Aria-based UI components for SDFWA's frontend projects, organized as Atomic Design tiers: `Atoms/`, `Molecules/`, `Organisms/`. Thin wrappers over [`react-aria-components`](https://react-spectrum.adobe.com/react-aria/components.html), styled with Ta
Readme
@sdwa/components
React Aria-based UI components for SDFWA's frontend projects, organized as Atomic Design
tiers: Atoms/, Molecules/, Organisms/. Thin wrappers over
react-aria-components, styled
with Tailwind CSS and @sdwa/tokens.
Install
npm install @sdwa/components @sdwa/tokensUsage
import { Button } from "@sdwa/components";
<Button variant="primary">Save</Button>;See the Storybook for the full component catalog, all supported variants, and the theme/context matrix.
Part of the SDFWA Design System.
