Variable BoxDefinitionConst
BoxDefinition: {
classNames: { root: "bui-Box" };
propDefs: {
as: { default: "div" };
children: {};
className: {};
style: {};
surface: { dataAttribute: true };
};
styles: { readonly [key: string]: string };
surface: "container";
utilityProps: readonly [
"m",
"mb",
"ml",
"mr",
"mt",
"mx",
"my",
"p",
"pb",
"pl",
"pr",
"pt",
"px",
"py",
"position",
"display",
"width",
"minWidth",
"maxWidth",
"height",
"minHeight",
"maxHeight",
];
} = ...
Type Declaration
ReadonlyclassNames: { root: "bui-Box" }
ReadonlypropDefs: {
as: { default: "div" };
children: {};
className: {};
style: {};
surface: { dataAttribute: true };
}
styles: { readonly [key: string]: string }
Readonlysurface: "container"
ReadonlyutilityProps: readonly [
"m",
"mb",
"ml",
"mr",
"mt",
"mx",
"my",
"p",
"pb",
"pl",
"pr",
"pt",
"px",
"py",
"position",
"display",
"width",
"minWidth",
"maxWidth",
"height",
"minHeight",
"maxHeight",
]
Component definition for Box