Skip to content
This repository has been archived by the owner on Nov 5, 2023. It is now read-only.

joanjane/handy-angular-components

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Handy Angular Components

Angular 6+ components library with a featured datepicker and dropdown based on bootstrap 3 & 4.

Features

  • Well built

    • AOT Ready
    • Sass compatible and CSS rules easily overridable
    • Design based on bootstrap (3 & 4 compatible!) and fontawesome
    • Works well with reactive forms and template driven forms
  • Dropdowns

    • Choose a single option from list
    • Optional filter to choose an option with basic keyboard support
    • html label[for] attribute support to trigger focus consistently from your component
    • Support option groups to categorize options
  • Datepicker

    • Configurable visible months (by default 1)
    • Single date mode
    • Date range mode (start - end)
    • Localization via angular DatePipe
    • Customizable date format for selected dates
    • Whitelist/blacklist days mode
    • Min/Max date ranges
    • Toggeable today button to set current date
    • Configurable current month visible

Installation

To install this library, run:

$ npm install handy-angular-components --save

UI Dependencies

This library is requires using bootstrap 3/4 (yes, works with both!) and fontawesome.

Important: ensure you include hac.css (this library stylesheet after bootstrap and fontawesome to respect the cascade priorities).

Documentation

Read the full documentation to know about the features.

Live sample

See live sample!

Example

See this example to discover all the features.

New! Look at hac-playground repo for a clean sample, that supports localization and JIT/AOT.

Contributions

Contributions are welcome, you can fork this repo and submit a pull request. Also if you find any issue, file it at github and it will be reviewed.

License

MIT © Joan Jané