Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ogm710811/ang5-bootstrap-datepicker

A configurable component that adds date-picker functionality to your pages. You can customize the date format and language, restrict the selectable date ranges.
https://github.com/ogm710811/ang5-bootstrap-datepicker

Last synced: 12 days ago
JSON representation

A configurable component that adds date-picker functionality to your pages. You can customize the date format and language, restrict the selectable date ranges.

Awesome Lists containing this project

README

        


ang5-bootstrap-datepicker



A DatePicker integrated with Angular and Bootstrap 4



## Table of contents
1. [Getting Started](#getting-started)
2. [Installation instructions](#installation-instructions)
3. [Usage & Demo](#usage--demo)
4. [API](#api)
5. [Contributing](#contribution)

# Getting Started

ang5-bootstrap-datepicker contains Bootstrap components powered by Angular.
You don't need to include original JS components.
We are using markup and css provided by Bootstrap.

# Installation instructions

Install `ang5-bootstrap-datepicker` from `npm`
```bash
npm install ang5-bootstrap-datepicker --save
```

You will need bootstrap styles (Bootstrap 4)

```

```
To enable bootstrap 4 theme templates in ang5-bootstrap-datepicker, please read
[this](https://) .

# Usage & Demo

Main source of API documentation and usage scenarios available here:
[https://](https://)

# API
Check demo page for API [reference](https://)

# Contribution

Are very welcome! And remember, contribution is not only PRs and code, but any help with docs or helping other developers to solve issues are very appreciated! Thanks in advance!

Please read our [contribution guidelines](https://github.com/ogm710811/ang5-bootstrap-datepicker/blob/master/CONTRIBUTING.md).