Inline notification
The <InlineNotification>
component is used to communicate important
information to a user.
Example
InfoCode
// Info<InlineNotification>**Lorem ipsum:** dolor sit amet,[consectetur adipiscing](/components/InlineNotification) elit. Curabitur ac odioarcu. Vestibulum egestas eleifend porttitor. Quisque malesuada pulvinarpellentesque. Nunc dictum odio eu enim venenatis fringilla. Nunc finibus enimdui, a tempus quam commodo vitae. Donec non eros gravida dolor porta suscipit
Props
| property | propType | required | default | description |
| --------- | -------- | -------- | ------- | ------------------------------------------------------------------ |
| children | node | | | Pass in the children that will be rendered within the notification |
| className | string | | | Specify an optional className to be applied to the container node |
| kind | string | yes | info
| error
, info
, success
, warning
|