Alert

Used to visually mark warnings or important messages.

import { Alert } from '@kaynora/ui'

export default function () {
  return <Alert />
}
<Alert />
PropTypeDefault
color
'primary' | 'dimmed' | 'inverted' | 'disabled' | 
'success' | 'error'
'error'