# @acpaas-ui/ngx-components/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

```typescript
import {
    FlyoutModule,
    FlyoutButtonModule
} from '@acpaas-ui/ngx-components/flyout';
```

## Documentation

Visit our [documentation site](https://acpaas-ui.digipolis.be/) for full how-to docs and guidelines

## Modules

| Name         | Description | Documentation |
| -----------  | ------ | -------------------------- |
| `FlyoutModule` | Extend your component with a dropdown / flyout functionality | [Documentation](./src/flyout/README.md) |
| `FlyoutButtonModule` | Custom button to toggle dropdown / flyout  | [Documentation](./src/flyout-button/README.md) |

## Contributing

Visit our [Contribution Guidelines](../../CONTRIBUTING.md) for more information on how to contribute.
