Skip to content
rw3iss Auth

UI components

@rw3iss/auth-client/preact ships a three-layer UI toolkit. Drop a flow into a route to get a full screen, drop a form to wire just the submit step, or drop an atom for an inline affordance.

Each layer mirrors the playground catalog — the live demo site renders every component with realistic props plus inline source. Use the catalog to scout the shape; click through here to see props, types, and copy-paste usage.

Atoms

Single-purpose primitives — buttons, badges, gates, indicators. Drop-in pieces with minimal styling.

Forms & views

Composed forms and admin views — credential entry, account security, org membership tables. Assemble flows from these or render them directly.

Flows

End-to-end multi-step page-level compositions. Drop into a route and the SDK handles the entire UI.