Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 970 Bytes

File metadata and controls

28 lines (19 loc) · 970 Bytes

@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.