Note
Use the Note
component to display small, styled text for additional context or information
Default usage
This is a note for additional context.
<Note>
This is a note for additional context.
</Note>
Custom styling
This is a custom-styled note.
<Note class="text-negative">
This is a custom-styled note.
</Note>
Options
Pass custom classes to style the note. Supports Tailwind classes.