Bootstrap Icons¶
Boostrap Icons is a library of over 2,000 icons designed for the Bootstrap frontend framework.
Plugin required
This icon library requires the SVGR plugin.
Usage¶
- Find the icon you want
- Pass its name to
icons.bootstrap(1)
-
icons.biworks, too.
Icon names are case-inensitive.
Props¶
| Name | Type | Description | |
|---|---|---|---|
color |
str | tuple |
The color of the icon. May be an rx.color object or Pydantic-recognized color definition. |
|
size |
int | str |
The size of the icon. May be an integer (in pixels) or a CSS size string (e.g., "1rem"). |
|
title |
str |
An accessible, short-text, description of the icon. |