Перейти к основному содержимому

SectionProps

Defined in: core/render/components/section.tsx:12

Props компонента Section

Properties

children?

optional children?: ReactNode;

Defined in: core/render/components/section.tsx:22

Дочерние элементы


className?

optional className?: string;

Defined in: core/render/components/section.tsx:18

CSS класс для контейнера


title?

optional title?: string;

Defined in: core/render/components/section.tsx:14

Заголовок секции


titleAs?

optional titleAs?: "h1" | "h2" | "h3" | "h4" | "h5" | "h6";

Defined in: core/render/components/section.tsx:16

HTML элемент для заголовка (h1-h6). По умолчанию h3


titleClassName?

optional titleClassName?: string;

Defined in: core/render/components/section.tsx:20

CSS класс для заголовка