You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 4, 2020. It is now read-only.
interfaceAlertPropsV2extendsAlertProps{/** The title of the alert **/header?: string/** An alert may be formatted to display an error or negative message. */error?: booleannegative?: boolean// EXPERIMENTAL - not sure we will add both/** An alert may be formatted to display a positive message. */positive?: boolean// EXPERIMENTAL - synonym for success not sure we will add it/** Defines whether Alert is displayed. */open?: boolean/** Event for request to change 'open' value. */onOpenChange?: ComponentEventHandler<PopupProps>/** EXPERIMENTAL - some Alerts might need different style for all types/intents */appearance?: 'basic'|'card'}
Alert component follow-up
Alert
component was created in #1063 there are a few things we need to follow up on:Alert
an auto controlled component (feat(alert): v1 #1063 (comment))error
,negative
)children
are displayed on different lines (see: https://codesandbox.io/s/xr52j56xxz?module=/example.js) suggested by @layershifterThe text was updated successfully, but these errors were encountered: