Skip to Content

Callout

Package: @tesserix/web

Import

import { Callout, CalloutTitle, CalloutDescription, calloutVariants } from '@tesserix/web'

Source

  • Component: packages/web/src/components/callout/callout.tsx
  • Story: packages/web/src/components/callout/callout.stories.tsx
  • Test: packages/web/src/components/callout/callout.test.tsx

Status

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

Example

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