# @acpaas-ui/ngx-components/layout

The layout module is a collection of several layout-related modules, like a header, a footer, a modal, a pane, etc.
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 |
| -----------  | ------ | -------------------------- |
| `CookieconsentModule` | Provides an easy, minimal configuration setup to add a cookie consent. | [Documentation](./src/cookie-consent/README.md) |
| `FooterModule` | A simple footer with go-to-top functionality.  | [Documentation](./src/footer/README.md) |
| `HeaderModule` | A header component with logo that can hide itself when scrolling. | [Documentation](./src/header/README.md) |
| `HeroModule` | A basic hero component to display e.g. a title or action buttons. | [Documentation](./src/hero/README.md) |
| `ModalModule` | A service and a basic class to create modals in your app. | [Documentation](./src/modal/README.md) |
| `PaneModule` | An easy way to open a pane. | [Documentation](./src/pane/README.md) |
| `SidebarModule` | An easy way to create a sidebar in your app. | [Documentation](./src/sidebar/README.md) |

## Contributing

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