Supabase Auth UI is a collection of pre built UI components that work seamlessly with @supabase/auth-helpers.
npm install @chefu/auth-ui-reactSupabase 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.

``shell``
pnpm install --frozen-lockfile && \
pnpm run build && \
pnpm -w run ci:version && \
pnpm store path && \
pnpm -w run ci:release