@moxijs/ui - v0.3.5
Preparing search index...
SizeConstraint
Type Alias SizeConstraint
SizeConstraint
:
number
|
"auto"
|
"fill"
|
`
${
number
}
%
`
Size constraint values for UI components.
number: Fixed pixels (e.g., 100)
'auto': Fit to content
'fill': Expand to available space (alias for '100%')
'${n}%': Percentage of parent (e.g., '50%')
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
@moxijs/ui - v0.3.5
Loading...
Size constraint values for UI components.