The content subcomponent controls the structure rendered inside the component. This component extends the native <div> API.
Content API
Props
Type
Required
children
ReactNode
β
children
The inner structure of the InlineNotifcation component.
Actions
The subcomponent can be used to render actions or extra actions below the content.
Actions API
The content subcomponent controls the structure rendered below the InlineNotification. This component extends the native <div> API. Typically, buttons are used here.