@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 no npm install needed!

<script type="module">
  import acpaasUiNgxFlyout from 'https://cdn.skypack.dev/@acpaas-ui/ngx-flyout';
</script>

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.