UIkit
UI Extension
UIkit is a lightweight and modular front-end framework for developing fast and powerful web interfaces with a comprehensive collection of components.
Status
In Development
Supported Version
3.21
Licensing
Open Source
Priority
Rank #124
KEY FEATURES
Modular architecture
Responsive grid
Utility classes
Smooth animations
Sass customization
Accessibility
Comprehensive components
Usage Example
Here's how you'll use UIkit with Oorian once the extension is available:
Java
// Create and configure UIkit component
UIkit component = new UIkit();
component.setWidth("100%");
component.setHeight("400px");
// Configure component options
component.setEnabled(true);
// Register for events using Oorian's event model
component.registerForEvent(this, UIkitEvent.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.