Heading
Package: @tesserix/web
Import
import { Heading, headingVariants } from '@tesserix/web'Source
- Component:
packages/web/src/components/heading/heading.tsx - Story:
packages/web/src/components/heading/heading.stories.tsx - Test: Not found
Status
- Component implementation file: Present
- Story file: Present
- Test file: Missing
Example
import { Heading } from '@tesserix/web'
export function DemoHeading() {
return <Heading />
}