Section
Package: @tesserix/web
Import
import { Container, Section, SectionHeader, SectionTitle, SectionDescription } from '@tesserix/web'Source
- Component:
packages/web/src/components/section/section.tsx - Story:
packages/web/src/components/section/section.stories.tsx - Test: Not found
Status
- Component implementation file: Present
- Story file: Present
- Test file: Missing
Example
import { Container } from '@tesserix/web'
export function DemoContainer() {
return <Container />
}