Props
Attributes
- Graph
-
- Supertypes
-
trait WithChildren[VdomNode]trait PropTypesclass Objecttrait Matchableclass Any
Members list
Type members
Classlikes
The color of the component. It supports both default and custom theme colors, which can be added as shown in the palette customization guide.
The color of the component. It supports both default and custom theme colors, which can be added as shown in the palette customization guide.
Attributes
- Supertypes
-
class Prop[String]class Objecttrait Matchableclass Any
- Self type
-
color.type
The positioning type. The behavior of the different options is described in the MDN web docs. Note: sticky
is not universally supported and will fall back to static
when unavailable.
The positioning type. The behavior of the different options is described in the MDN web docs. Note: sticky
is not universally supported and will fall back to static
when unavailable.
Attributes
- Supertypes
-
class Prop[String]class Objecttrait Matchableclass Any
- Self type
-
position.type
Value members
Concrete methods
The content of the component.
The content of the component.
Attributes
Override or extend the styles applied to the component.
Override or extend the styles applied to the component.
Attributes
If true, the color
prop is applied in dark mode.
If true, the color
prop is applied in dark mode.
Attributes
The system prop that allows defining system overrides as well as additional CSS styles.
The system prop that allows defining system overrides as well as additional CSS styles.
Attributes
Inherited methods
Attributes
- Inherited from:
- PropTypes
Inherited fields
Attributes
- Inherited from:
- PropTypes