Theme

npm_versionnpm Paragon package page

The Alert component displays a short, important message in a way that attracts the user's attention. Alerts offer four severity levels that set a distinctive icon and color:

  • Info: used to convey general information or actions that aren't critical, note that info variant should not contain any icons in it
  • Warning: used to display information that needs attention
  • Success: used for success messages
  • Danger: used to communicate problems that have to be resolved immediately

This component utilizes and extends the Alert component from react-bootstrap.
See React-Bootstrap for additional documentation.

Basic Usage

Any Paragon component or export may be added to the code example.

With Action Buttons

The Alert component supports a dismissible button and a custom call-to-action button, via the dismissible and button props respectively. The buttons may be right aligned or stacked. On extra small screen widths, the buttons will be stacked.

The stacked variant should be used for:

  • Placement in sidebars or small container
  • Extra-small breakpoint and below

Any Paragon component or export may be added to the code example.

Variants

Any Paragon component or export may be added to the code example.

Kitchen Sink

Any Paragon component or export may be added to the code example.

Theme Variables (SCSS)#

$alert-padding-y: 1.5rem !default;
$alert-padding-x: 1.5rem !default;
$alert-margin-bottom: 1rem !default;
$alert-border-radius: $border-radius !default;
$alert-link-font-weight: $font-weight-normal !default;
$alert-border-width: 0 !default;
$alert-title-color: #000000 !default;
$alert-box-shadow: 0 1px 2px rgba(0, 0, 0, .15), 0 1px 4px rgba(0, 0, 0, .15) !default;
$alert-bg-level: -10 !default;
$alert-border-level: -9 !default;
$alert-color-level: 6 !default;
$alert-icon-space: .8rem !default;
$alert-font-size: .875rem !default;
$alert-line-height: 1.5rem !default;
$alert-content-color: $gray-700 !default;
$alert-actions-gap: map-get($spacers, 3);

Props API#

Alert Props API
  • className string

    Specifies class name to append to the base element

  • bsPrefix string

    Overrides underlying component base CSS class name

  • variant enum'primary' | 'secondary' | 'success' | 'danger' | 'warning' | 'info' | 'dark' | 'light'

    Specifies variant to use.

  • transition bool | shape {
    in: bool,
    appear: bool,
    children: node,
    onEnter: func,
    onEntered: func,
    onEntering: func,
    onExit: func,
    onExited: func,
    onExiting: func,
    }

    Animate the entering and exiting of the Alert. true will use the <Fade> transition, more detailed customization is also provided.

  • children node

    Docstring for the children prop

  • icon func

    Docstring for the icon prop... Icon that will be shown in the alert

  • show bool

    Whether the alert is shown.

    Defaulttrue
  • dismissible bool

    Whether the alert is dismissible. Defaults to true.

    Defaultfalse
  • onClose func

    Optional callback function for when the alert it dismissed.

    Default() => {}
  • actions element[]

    Optional list of action elements. May include, at most, 2 actions, or 1 if dismissible is true.

  • stacked bool

    Position of the dismiss and call-to-action buttons. Defaults to false.

    Defaultfalse
  • closeLabel string | element

    Sets the text for alert close button, defaults to 'Dismiss'.

AlertHeading Props API
  • as elementType

    Specifies the base element

    DefaultdivWithClassName('h4')
  • bsPrefix string

    Overrides underlying component base CSS class name

    Default'alert-heading'

Usage Insights#

Alert

Project NameParagon VersionInstance Count
frontend-app-account20.46.38
frontend-app-admin-portal20.46.366
frontend-app-authn20.46.29
frontend-app-communications20.46.23
frontend-app-course-authoring21.5.614
frontend-app-discussions20.46.33
frontend-app-ecommerce20.46.22
frontend-app-enterprise-public-catalog20.46.32
frontend-app-gradebook20.45.05
frontend-app-learner-dashboard20.46.22
frontend-app-learner-portal-enterprise20.45.423
frontend-app-learner-portal-programs20.45.55
frontend-app-learner-record20.46.35
frontend-app-learning20.46.024
frontend-app-library-authoring21.5.67
frontend-app-ora-grading20.46.35
frontend-app-payment20.46.21
frontend-app-profile20.46.33
frontend-app-program-console20.46.25
frontend-app-publisher20.46.325
frontend-app-support-tools20.46.016
frontend-lib-content-components21.5.65
frontend-lib-special-exams20.44.04
prospectus20.46.23

AlertHeading

Project NameParagon VersionInstance Count
frontend-app-account20.46.32
frontend-app-admin-portal20.46.347
frontend-app-authn20.46.28
frontend-app-communications20.46.21
frontend-app-course-authoring21.5.64
frontend-app-ecommerce20.46.22
frontend-app-enterprise-public-catalog20.46.31
frontend-app-learner-portal-enterprise20.45.47
frontend-app-learner-record20.46.32
frontend-app-learning20.46.03
frontend-app-library-authoring21.5.61
frontend-app-ora-grading20.46.34
frontend-app-profile20.46.31
frontend-app-publisher20.46.34
frontend-app-support-tools20.46.02
frontend-lib-content-components21.5.62
frontend-lib-special-exams20.44.02
prospectus20.46.21

AlertLink

Project NameParagon VersionInstance Count
frontend-app-account20.46.31
frontend-app-authn20.46.24
frontend-app-course-authoring21.5.66
frontend-app-enterprise-public-catalog20.46.31
frontend-app-learner-portal-enterprise20.45.42
frontend-app-learner-portal-programs20.45.51
frontend-app-profile20.46.31
frontend-lib-special-exams20.44.03