Title and its subcomponents do not have props expect Title.Assets, they work as slots to build a layout with. They do allow passing refs and DOM props, though.
Name | Type | Required | Default | Description |
---|---|---|---|---|
alignment | "auto" | "center" | "baseline" | "stretch" | "flex-end" | "flex-start" | false |
Container component, only Title subcomponents should be passed as children.
Only img or Avatar components should be passed as children.
Action-type components (e.g. Button, Dropdown, DropdownFlyout, LinkButton) should be passed as children.
Expects H1, H2, H3, Link or Typography components as children.
Expects as string or a Typography component as children.
Expects Pill components as children.
Alias for
align-self
css property.11.26.0