Section
File to import
import { Section } from "tsx-library-julseb"
Section title
Section body
<Section gap="s">
<Text tag="h4">Section title</Text>
<Text>Section body</Text>
</Section>
Props
as
Changes the HTML tag
Type: string
Possible values: Any HTML tag
Default value: section
gap
Type: string or number
Possible values: xxl
| xl
| l
| m
| s
| xs
| xxs
| none
| any number
Default value: m