Skip to content

fbf-prog64/angular-material-components

 
 

Repository files navigation

Angular Material Extra Components

Includes DatetimePicker, TimePicker, ColorPicker, FileInput...

For Angular Material 21.x

Forked from GNURub/angular-material-components.

License

🚀 Live Demo

See live demo and documentation here.

Description

This repository provides extra components for Angular Material projects: Datetime picker, Time picker, Color picker, etc.

Please contact us if you have any question or suggestion. Also feel free to open an issue here, or contribute via a PR.

If you like this project, support it by starring it ⭐.

You can also donate if you have the means. Thank you very much! 💖

Buy Me A Coffee

Version control

Choose the version corresponding to your Angular version:

Angular @ngx-mce/datetime-picker
21 21.x
15 -- 20 Please use GNURub's version
7 -- 14 Please use h2qutc's version

Available components

These are the components included with this project.

Datetime Picker

You can details about this component here

npm version Github All Releases

How to install

npm install --save  @ngx-mce/datetime-picker

Datetime picker in action

Online demos for old versions:

Color Picker

You can see details about this component here

npm version Github All Releases

How to install

npm install --save  @ngx-mce/color-picker

Color picker in action

Online demo: here.

File Input

You can see details about this component here

npm version Github All Releases

How to install

npm install --save  @ngx-mce/file-input

File Input in action

Theming

  • Check out @angular/material Using a pre-built theme

  • Add the Material Design icon font to your index.html:

    <link href="https://fonts.googleapis.com/icon?family=Material+Icons&display=block" rel="stylesheet">
    

🚀 Deployment

This project is automatically deployed to GitHub Pages using GitHub Actions. You can also deploy manually:

Automatic Deployment

Manual Deployment

# Build for GitHub Pages
pnpm run build:gh-pages

# Deploy to GitHub Pages
pnpm run deploy:gh-pages

For detailed deployment instructions, see DEPLOYMENT.md.

License

MIT

About

Angular Material Library that provides extra components: Datetime picker, Color picker, File input...

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • TypeScript 73.9%
  • HTML 16.1%
  • SCSS 9.9%
  • Shell 0.1%