Skip to Content
Web ComponentsBlockquote

Blockquote

Package: @tesserix/web

Import

import { Blockquote } from '@tesserix/web'

Source

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

Status

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

Example

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