https://github.com/feature23/ngx-mat-split-button
An Angular Material split button component
https://github.com/feature23/ngx-mat-split-button
Last synced: 3 months ago
JSON representation
An Angular Material split button component
- Host: GitHub
- URL: https://github.com/feature23/ngx-mat-split-button
- Owner: feature23
- License: mit
- Created: 2024-11-19T17:30:30.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-19T22:17:01.000Z (11 months ago)
- Last Synced: 2025-06-10T20:49:51.287Z (5 months ago)
- Language: HTML
- Size: 141 KB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- fucking-awesome-angular - ngx-mat-split-button - A split button component for Angular Material. Split buttons (also known as "split button dropdowns" in Bootstrap) have a primary action button with a conjoined dropdown toggle that opens a menu for secondary actions. (Third Party Components / Form Controls)
- awesome-angular - ngx-mat-split-button - A split button component for Angular Material. Split buttons (also known as "split button dropdowns" in Bootstrap) have a primary action button with a conjoined dropdown toggle that opens a menu for secondary actions. (Third Party Components / Form Controls)
README
# ngx-mat-split-button
[](https://github.com/feature23/ngx-mat-split-button/actions/workflows/node.js.yml)
A split button component for Angular Material.
Split buttons (also known as "split button dropdowns" in Bootstrap) have a primary action button with a conjoined dropdown toggle that opens a menu for secondary actions.
## Getting Started
See the [README](projects/ngx-mat-split-button/README.md) in the ngx-mat-split-button project to get started.
## Running the demo
Install dependencies with `npm ci` from the repo root.
Start the demo with `npm start` and ctrl/cmd+click the URL to open it in your browser.