You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
0 commit comments