Skip to content

Commit 4cc372d

Browse files
PanderMusubiarnaudroques
authored andcommitted
Bootstrap Icons 1.11.3 (#131)
1 parent 40aa8bd commit 4cc372d

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -478,6 +478,32 @@ This example renders the following image:
478478

479479
![Example](http://www.plantuml.com/plantuml/png/PSn12i8m40NGVK_nsqqL0k9U2eNMbRLGYjiIawa69faGKz7RUm3V0LxfWk7D4avUPqfEyy68znAQeiOiS3vAoiXFmYicbmchOy9NDdJZjPuHY2oo8B8s18sOQ7MViYZ_urNOKbgylAafYg5TpkEbwwTb66_zRYAhS5ImBYaaCbc71vD2rOBrdRZQ_m00 "Example")
480480

481+
## Bootstrap Icons [bootstrap]
482+
483+
This library consists of a free Bootstrap Icons style icons from Bootstrap. See the entire collection or search via a filter at https://icons.getbootstrap.com/ .
484+
485+
Use it by including the file that contains the sprite, eg: `!include <bootstrap/folder_move>`.
486+
When imported, you can use the sprite as normally you would, using `<$ma_sprite_name>`.
487+
Notice that this library requires an `ma_` preffix on sprites names, this is to avoid clash of names if multiple sprites have the same name on different libraries.
488+
489+
You may also include the `common.puml` file, eg: `!include <bootstrap/common>`, which contains helper macros defined.
490+
With the `common.puml` imported, you can use the `MA_NAME_OF_SPRITE(parameters...)` macro, note again the use of the prefix `MA_`.
491+
492+
Example of usage:
493+
```plantuml
494+
@startuml
495+
!include <bootstrap/common>
496+
' To import the sprite file you DON'T need to place a prefix!
497+
!include <bootstrap/folder_move>
498+
499+
MA_FOLDER_MOVE(Red, 1, dir, rectangle, "A label")
500+
@enduml
501+
```
502+
503+
This example renders the following image:
504+
505+
![Example](http://www.plantuml.com/plantuml/png/TODO "Example")
506+
481507
## Domain Story library (DomainStory-PlantUML) [DomainStory]
482508

483509
This library provides a set of macros to easily describe and document a domain story which was developed in
@@ -538,6 +564,7 @@ This example renders the following image:
538564
* **classy-c4**: made by https://github.com/james-gadrow-kr/classy-c4
539565
* **tupadr3**: made by https://github.com/tupadr3/plantuml-icon-font-sprites
540566
* **Material Icons**: from https://github.com/Templarian/MaterialDesign
567+
* **Bootstrap Icons**" from https://github.com/twbs/icons
541568
* **Elastic Icons**: from https://github.com/Crashedmind/PlantUML-Elastic-icons
542569
* **Domain Story**: from https://github.com/johthor/DomainStory-PlantUML
543570

stdlib/bootstrap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
bootstrap1

0 commit comments

Comments
 (0)