An open API service indexing awesome lists of open source software.

https://github.com/MikeVensel/ngx-compactable-row

An Angular Material library for compacting a row of elements into a menu
https://github.com/MikeVensel/ngx-compactable-row

Last synced: 5 days ago
JSON representation

An Angular Material library for compacting a row of elements into a menu

Awesome Lists containing this project

README

          

# NgxMatCompactableRow

NgxCompactableRow allows you to create a row of button elements which can automatically move into a menu if the screen becomes
to small.

The library's [README.md](./projects/ngx-compactable-row/) in the package contains usage documentation.

## Contributing

This project requires at least node 24.11.0 and yarn. Once installed run the following commands to get started:

```sh
corepack enable
yarn # or yarn install
yarn watch:all # Runs the library build with --watch and ng serve
```

### Running unit tests

To execute unit tests with the [Karma](https://karma-runner.github.io) test runner, use the following command:

```sh
yarn test
```