Style props for the Loader component. Accepts:
interface LoaderStyleProps extends FlexItemSetProps, PositionSetProps, MarginProps
alignSelf | OptionalResponsiveProp<AlignSelfProperty> Aligns flex items of the current flex line, overriding the |
bottom | OptionalResponsiveProp<BottomProperty<Length>> Specifies the vertical position of a positioned element. It has no effect on non-positioned elements. |
flex | OptionalResponsiveProp<FlexProperty<Length>> Sets how a flex item will grow or shrink to fit the space available in its flex container. It is a shorthand for |
flexBasis | OptionalResponsiveProp<FlexBasisProperty<Length>> Sets the initial main size of a flex item. |
flexGrow | OptionalResponsiveProp<GlobalsNumber> Sets the flex grow factor of a flex item. If the size of flex items is smaller than the flex container, items grow to fit according to |
flexShrink | OptionalResponsiveProp<GlobalsNumber> Sets the flex shrink factor of a flex item. If the size of flex items is larger than the flex container, items shrink to fit according to |
left | OptionalResponsiveProp<LeftProperty<Length>> Specifies the horizontal position of a positioned element. It has no effect on non-positioned elements. |
margin | OptionalResponsiveProp<MarginProperty<Length>> Sets the margin area on all four sides of an element. It is a shorthand for |
marginBottom | OptionalResponsiveProp<MarginBottomProperty<Length>> Sets the margin area on the bottom of an element. A positive value places it farther from its neighbors, while a negative value places it closer. |
marginLeft | OptionalResponsiveProp<MarginLeftProperty<Length>> Sets the margin area on the left of an element. A positive value places it farther from its neighbors, while a negative value places it closer. |
marginRight | OptionalResponsiveProp<MarginRightProperty<Length>> Sets the margin area on the right of an element. A positive value places it farther from its neighbors, while a negative value places it closer. |
marginTop | OptionalResponsiveProp<MarginTopProperty<Length>> Sets the margin area on the top of an element. A positive value places it farther from its neighbors, while a negative value places it closer. |
marginX | OptionalResponsiveProp<MarginProperty<Length>> Sets the margin area on the left and right of an element. A positive value places it farther from its neighbors, while a negative value places it closer. |
marginY | OptionalResponsiveProp<MarginProperty<Length>> Sets the margin area on the top and bottom of an element. A positive value places it farther from its neighbors, while a negative value places it closer. |
order | OptionalResponsiveProp<GlobalsNumber> Sets the order to lay out an item in a flex container. Items are sorted by ascending |
position | OptionalResponsiveProp<PositionProperty> Sets how an element is positioned in a document. The |
right | OptionalResponsiveProp<RightProperty<Length>> Specifies the horizontal position of a positioned element. It has no effect on non-positioned elements. |
top | OptionalResponsiveProp<TopProperty<Length>> Specifies the vertical position of a positioned element. It has no effect on non-positioned elements. |
zIndex | OptionalResponsiveProp<ZIndexProperty> Sets the z-order of a positioned element and its descendants or flex items. Overlapping elements with larger z-indexes cover those with smaller ones. |