From 049e75c5cf4be7931d3871f52a033ca638be0e3b Mon Sep 17 00:00:00 2001 From: Parth Agarwal <38243879+Parth-Agarwal@users.noreply.github.com> Date: Thu, 15 Nov 2018 19:12:54 +0530 Subject: [PATCH] Added Alerts Docs to Bootstrap in English (#21730) * Added Alerts Docs * Update index.md * Add Alerts Documentation * Include Badges Badges Docs Simplified from Bootstrap Documentation. --- guide/english/bootstrap/alerts/index.md | 20 ++++++++++++++++++++ guide/english/bootstrap/badges/index.md | 20 ++++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 guide/english/bootstrap/alerts/index.md create mode 100644 guide/english/bootstrap/badges/index.md diff --git a/guide/english/bootstrap/alerts/index.md b/guide/english/bootstrap/alerts/index.md new file mode 100644 index 0000000000..34326aa058 --- /dev/null +++ b/guide/english/bootstrap/alerts/index.md @@ -0,0 +1,20 @@ +--- +title: Alerts +--- +## Alerts + +Make alert messages with the Bootstrap Framework. + +#### How To Use: +The alert is a very easy to use component and below are code snippets that can help you show alerts. + +**Code Example:** + +`` + +To alter the color of the alerts, change the `alert-primary` class to any Bootstrap color class you desire. + +Here is a quick-reference to the [Bootstrap Color Classes](https://getbootstrap.com/docs/4.1/utilities/colors/). + +#### More Information: +* [Bootstrap Alerts Documentation](https://getbootstrap.com/docs/4.1/components/alerts/) diff --git a/guide/english/bootstrap/badges/index.md b/guide/english/bootstrap/badges/index.md new file mode 100644 index 0000000000..230d1b2dcd --- /dev/null +++ b/guide/english/bootstrap/badges/index.md @@ -0,0 +1,20 @@ +--- +title: Badges +--- +## Badges + +Cleaner way to display notifications and/or figures using the Bootstrap Framework. + +#### How To Use: +The badge is a very easy to use component and below are code snippets that can help you display badges. + +**Code Example:** + +`Badge Text/Number Here` + +To alter the color of the alerts, change the `badge-primary` class to any Bootstrap color class you desire. + +Here is a quick-reference to the [Bootstrap Color Classes](https://getbootstrap.com/docs/4.1/utilities/colors/). + +#### More Information: +* [Bootstrap Badge Documentation](https://getbootstrap.com/docs/4.1/components/badge/) \ No newline at end of file