Flyout provides additional visual elements on top of the interface, without changing the DOM-structure.
You can use FlyoutModule
to extend a component or use the FlyoutButtonModule
which contains the FlyoutModule
as well.
import {
FlyoutModule,
FlyoutButtonModule
} from '@acpaas-ui/ngx-flyout';
Visit our documentation site for full how-to docs and guidelines
Name | Description | Documentation |
---|---|---|
FlyoutModule |
Extend your component with a dropdown / flyout functionality | Documentation |
FlyoutButtonModule |
Custom button to toggle dropdown / flyout | Documentation |
Visit our Contribution Guidelines for more information on how to contribute.