#Column
import Column from "@poodle/ui/Column";
Please check columns document to see the example usage.
#Theming
Please check theming component document here.
export type ColumnStyleKeys = "root"export interface ColumnThemeConfigextends StandardThemeConfig<ColumnStyleKeys, ColumnProps> {}
#Props
#Local Props
Name | Type | Description |
---|---|---|
children | React.ReactNode | |
colWidth | ResponsiveProp<string \| number> | Set column width. If we want the column width equal to content set colWidth="content" |
#Full Props
export interface ColumnPropsextends BoxProps,StandardComponentProps,LocalColumnProps {}