Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rajeshwarpatlolla/ionic2-datepicker
https://github.com/rajeshwarpatlolla/ionic2-datepicker
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rajeshwarpatlolla/ionic2-datepicker
- Owner: rajeshwarpatlolla
- License: mit
- Created: 2016-11-02T05:37:25.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-11-02T16:34:52.000Z (about 5 years ago)
- Last Synced: 2024-11-13T00:33:14.810Z (30 days ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 14
- Watchers: 5
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
- awesome-ionic2-components - Datepicker
- Awesome - Datepicker
README
Ionic2 Datepicker
======================
#Under DevelopmentThis is an ionic-datepicker component, which can be used in any Ionic v2 framework's applications. No additional plugins required, in order to use this component. This is an open source project.
##Prerequisites.
* node, npm
* ionic
* gulp
* type script##How to use:
1) In your project folder, please install this plugin using npm
`npm install ionic2-datepicker --save`
This will install the latest version of this plugin and also it will save the plugin name in package.json, as we are using `--save`. If you wish to install any specific version then
`npm install ionic2-datepicker#0.1.0 --save`
2) Specify the path of `ionic2-datepicker.bundle.js` in your `index.html` file.
````html
````