Bootstrap Icons

UI Extension

Bootstrap Icons is the official open-source icon library for Bootstrap with over 2,000 icons available as SVGs and web fonts.

Status
In Development
Supported Version
TBD
Licensing
Open Source
Priority
Rank #24
KEY FEATURES
2,000+ icons
SVG icons
Web font
Fill variants
Bootstrap integration
Figma file
CDN delivery
Usage Example

Here's how you'll use Bootstrap Icons with Oorian once the extension is available:

Java
// Create and configure Bootstrap Icons component
BootstrapIcons component = new BootstrapIcons();
component.setWidth("100%");
component.setHeight("400px");

// Configure component options
component.setEnabled(true);

// Register for events using Oorian's event model
component.registerForEvent(this, BootstrapIconsEvent.class);

// Add to your page
container.addElement(component);

Note: This is a preview of the expected API. The actual implementation may vary slightly when released.