# @acpaas-ui/ngx-components/utils

The utils module is a collection of some frequently used utility modules like a filter, labels or window module. So you don't need to reinvent the wheel every time.
You can find an overview in the [Modules](#modules) section below.

## Documentation

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

## <a name="modules"></a>Modules

| Name         | Description | Documentation |
| -----------  | ------ | -------------------------- |
| `FilterModule` | A basic module to filter a set of data using an input, checkbox or select filter. | [Documentation](./src/filter/README.md) |
| `LabelsModule` | Some useful tools to handle (template) labels in isolated components. | [Documentation](./src/labels/README.md) |
| `WindowModule` | Window provider to inject the browser’s native window object into a component. | [Documentation](./src/window/README.md) |

## Contributing

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