Skip to Content

Label

Package: @tesserix/web

Import

import { Label, labelVariants } from '@tesserix/web'

Source

  • Component: packages/web/src/components/label/label.tsx
  • Story: packages/web/src/components/label/label.stories.tsx
  • Test: Not found

Status

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

Example

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