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

https://github.com/feature23/ngx-mat-split-button

An Angular Material split button component
https://github.com/feature23/ngx-mat-split-button

Last synced: 12 days ago
JSON representation

An Angular Material split button component

Awesome Lists containing this project

README

          

# ngx-mat-split-button

[![CI Build](https://github.com/feature23/ngx-mat-split-button/actions/workflows/node.js.yml/badge.svg)](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.

---

**What if your day job was contributing to open-source projects and custom AI solutions — and you got paid for it?**

We're hiring remote engineers to contribute to cutting-edge AI and custom software projects. 100% remote, 100% real impact. https://www.feature23.com/careers

## 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.