@acpaas-ui/ngx-flyout
v6.1.2
Published
**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.
Downloads
94
Keywords
Readme
@acpaas-ui/ngx-flyout
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.
Usage
import {
FlyoutModule,
FlyoutButtonModule
} from '@acpaas-ui/ngx-flyout';
Documentation
Visit our documentation site for full how-to docs and guidelines
Modules
| Name | Description | Documentation |
| ----------- | ------ | -------------------------- |
| FlyoutModule
| Extend your component with a dropdown / flyout functionality | Documentation |
| FlyoutButtonModule
| Custom button to toggle dropdown / flyout | Documentation |
Contributing
Visit our Contribution Guidelines for more information on how to contribute.