From 533530a785739cf882c3fc1e39f393ccca5b3a54 Mon Sep 17 00:00:00 2001 From: Dominick Reinhold Date: Tue, 1 Sep 2015 14:50:24 -0700 Subject: [PATCH] [added] Adds a callout to the sr-only button in `Closable Alerts` Signed-off-by: Kenny Wang --- docs/src/ComponentsPage.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/src/ComponentsPage.js b/docs/src/ComponentsPage.js index 1d419d1d07..8028755876 100644 --- a/docs/src/ComponentsPage.js +++ b/docs/src/ComponentsPage.js @@ -623,6 +623,11 @@ const ComponentsPage = React.createClass({

just pass in a onDismiss function.

+
+

Screen Reader Accessibility

+

Unlike regular Bootstrap, alerts have an sr-only dismiss button after the content.

+
+

Auto closeable

Auto close after a set time with dismissAfter prop.