Card header
Renders a header with three customizable columns for use within a Card component.
- Import
import { CardHeader } from '@smile/haring-react';
- Extends Box
- Source View Source Code
- Package @smile/haring-react
- Storybook Storybook
Storybook Docs
Props
Name | Type | Default | Description |
---|---|---|---|
children * | ReactNode | - | The central area of the component |
leftSection | ReactNode | - | If defined, displays the element from this prop to the left of the central area of the component |
rightSection | ReactNode | - | If defined, displays the element from this prop to the right of the central area of the component |