@chefu/auth-ui-react
v0.3.43
Published
Supabase Auth UI is a collection of pre built UI components that work seamlessly with @supabase/auth-helpers.
Downloads
143
Readme
Chef (Supabase) Auth UI React - Fork from Official Supabase Auth UI React
Supabase Auth UI is a collection of pre built UI components that work seamlessly with @supabase/auth-helpers.
The main purpose of these components is to allow developers to get working on their apps quickly, but also be able to use their own style/css.
Auth UI is kept deliberately separate from @supabase/auth-helpers so that developers can migrate away from pre-built UI components as their UI system naturally matures.
How to publish library?
pnpm install --frozen-lockfile && \
pnpm run build && \
pnpm -w run ci:version && \
pnpm store path && \
pnpm -w run ci:release