Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/icons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2020-05-27 23:49:50 +0300
committerMark Otto <otto@github.com>2020-05-29 23:52:36 +0300
commit2ed261e295a4d4cd43db23b615adea534a23c810 (patch)
tree5d1c39337c07b1e29afb88d757b7a09f7a431a70 /README.md
parentb3d8d02e9e1c788ffb3e2f4ab1e688f691f97403 (diff)
Mention usage in readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
index 37ad465b3..53b4f5ec0 100644
--- a/README.md
+++ b/README.md
@@ -33,6 +33,17 @@ Bootstrap Icons are packaged up and published to npm. We only include the proces
npm i bootstrap-icons --save
```
+## Usage
+
+Depending on your setup, you can include Bootstrap Icons in a handful of ways.
+
+- Copy-paste SVGs as embedded HTML
+- Reference via `<img>` element
+- Use the SVG sprite
+- Include via CSS
+
+[See the docs for more information.](https://icons.getbootstrap.com/#usage)
+
## Development
[![Build Status](https://github.com/twbs/icons/workflows/Tests/badge.svg)](https://github.com/twbs/icons/actions?workflow=Tests)