SubComponents
Content
The content subcomponent controls the structure rendered inside the component. This component extends the native <div>
API.
Content API
Props
Type
Required
children
ReactNode
✅
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.
Props
Type
Required
children
ReactNode
✅
Last updated