Skip to Content
Web ComponentsAuth Layout

Auth Layout

Package: @tesserix/web

Import

import { AuthLayout, AuthLayoutBrand, AuthLayoutContent, AuthCard, AuthCardHeader, AuthCardTitle, AuthCardDescription, AuthCardDivider, AuthSocialProviders, AuthSocialButton } from '@tesserix/web'

Source

  • Component: packages/web/src/components/auth-layout/auth-layout.tsx
  • Story: packages/web/src/components/auth-layout/auth-layout.stories.tsx
  • Test: packages/web/src/components/auth-layout/auth-layout.test.tsx

Status

  • Component implementation file: Present
  • Story file: Present
  • Test file: Present

Example

import { AuthLayout } from '@tesserix/web' export function DemoAuthLayout() { return <AuthLayout /> }