{"@context":"https://schema.org","@graph":[{"@type":"TechArticle","headline":"Note","description":"A styled text component for highlighting important information, warnings, or contextual messages within a UI. It improves readability and draws attention.","url":"https://intentui.com/docs/components/statuses/note","author":{"@type":"Person","name":"Irsyad","url":"https://x.com/irsyad"},"publisher":{"@type":"Organization","name":"Intent UI","url":"https://intentui.com","logo":{"@type":"ImageObject","url":"https://intentui.com/icon.svg"}},"mainEntityOfPage":{"@type":"WebPage","@id":"https://intentui.com/docs/components/statuses/note"}},{"@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://intentui.com"},{"@type":"ListItem","position":2,"name":"Docs","item":"https://intentui.com/docs"},{"@type":"ListItem","position":3,"name":"Components","item":"https://intentui.com/docs/components"},{"@type":"ListItem","position":4,"name":"Statuses","item":"https://intentui.com/docs/components/statuses"},{"@type":"ListItem","position":5,"name":"Note","item":"https://intentui.com/docs/components/statuses/note"}]}]}
Statuses
Note
A styled text component for highlighting important information, warnings, or contextual messages within a UI. It improves readability and draws attention.
<> <Note intent='info'>Note for info</Note> <Note intent='warning'>Note for warning</Note> <Note intent='danger'>Note for danger</Note> <Note intent='success'>Note for success</Note> <Note intent='default'>Note for default</Note></>
Intent
By default, the note is displayed with a primary intent. You can change the intent by passing the intent prop. This example demonstrates different intents.