NgxMatCompactableRow
March 26, 2026 ยท View on GitHub
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 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:
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 test runner, use the following command:
yarn test