SubComponents

Content

The content subcomponent controls the structure rendered inside the component. This component extends the native <div>arrow-up-right API.

Content API

Props
Type
Required

children

ReactNode

βœ…

chevron-rightchildrenhashtag

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>arrow-up-right API. Typically, buttons are used here.

Props
Type
Required

children

ReactNode

βœ…

Last updated