# DmCmps

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.1.0.
Its will have some components that can be used in any Angular project, and it's not intended to be a full framework.

To install the library , run `npm i dm-cmps` in your project directory.
Make sure you have installed @angular/material and bootstrap in your project.

Visit our website to see the library components: [https://dm-cmps.web.app/](https://dm-cmps.web.app/main)

### For any issue or question, please contact us at:

Email: **info.fdev@gmail.com**

## Whats new

> Rating component added!

## Library Components

> - DmCmpsTable
>   A table that manage the data you have and can be customized according to your needs. It's support pagination, sorting by columns, filtering rows ,searching etc..
> - DmCmpsColorPicker
>   A color picker component that make easy to select a color from palette of colors.
> - DmCmpsSelect
>   witch is a select that use the angular material design and allows to search options, set as multiple or single selection, set specific style for each option and more...
> - DmCmpsSpinner
>   A spinner made of circles which can be used when loading data, you can customize its color, size and speed.
> - DmCmpsInput
>   An input field wich extends from Angular Material Design Input Field and added some features.
> - DmCmpsRating
>   A rating component that can be used to rate something.
