Heading
Package: @tesserix/native
Import
import { Heading, H1, H2, H3, H4, H5, H6 } from '@tesserix/native'Related types
HeadingProps
Source
- Component:
packages/native/src/components/Heading/Heading.tsx - Story:
packages/native/src/components/Heading/Heading.stories.tsx - Test:
packages/native/src/components/Heading/Heading.test.tsx
Status
- Exported from package entry: Yes
- Component implementation file: Present
Example
import { Heading } from '@tesserix/native'
export function DemoHeading() {
return <Heading />
}