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.
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 serveTo execute unit tests with the Karma test runner, use the following command:
yarn test