Notyf
UI Extension
Notyf is a minimalistic, responsive, dependency-free notification library for toast-style messages.
Status
Planned
Supported Version
TBD
Licensing
Open Source
Priority
Rank #151
KEY FEATURES
Minimalistic
Responsive
No dependencies
Custom icons
Ripple effect
Positioning
Dismissible
Usage Example
Here's how you'll use Notyf with Oorian once the extension is available:
Java
// Create and configure Notyf component
Notyf component = new Notyf();
component.setWidth("100%");
component.setHeight("400px");
// Configure component options
component.setEnabled(true);
// Register for events using Oorian's event model
component.registerForEvent(this, NotyfEvent.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.