Notification
Preview

Code sample
import { Notification } from '@dormakaba/digital-reactnative-visual';
<Notification info>
Lorem ipsum...
</Notification>
Props
Name
Type
Description
*
boolean
set any of state: info
, success
, warning
, error
(default none: gray)
icon
string
icon name to override default icon set per state (info, warning,...)
style
object
style override
Last updated