check
Code copied to clipboard.
close
menu
menu_open
menu

LkSectionProps

Describes props for the Section component.

Scope

Global
Local

Kind

Interface
Type

Source Code

content_copy

interface LkSectionProps extends React.HTMLAttributes<HTMLElement> {

 padding?: SpacingSize;

 container?: React.ReactNode;

 px?: SpacingSize;

 py?: SpacingSize;

 pt?: SpacingSize;

 pb?: SpacingSize;

 pl?: SpacingSize;

 pr?: SpacingSize;

 children?: React.ReactNode;

}

Related Components

Components that use this type.

Related Types

Types with similar roles.

No items found.