0.3.5 • Published 4 years ago

@codaline-io/ionic-datepicker v0.3.5

Weekly downloads
152
License
MIT
Repository
github
Last release
4 years ago

Built With Stencil

ionic-datepicker Build Status

This is a datepicker component for ionic projects. It is using js-datepicker in an ion-popover with the possibility to use an ion-datetime component on mobile devices.

Live Demo & Preview

Setup

Requirements

  • Install js-datepicker
  • Make them globally available (on window) load js-datepicker css (in an angular project, just add them to your angular.json as scripts and styles)
  • Keep in mind that it is only usable in an ionic project

Script tag

  • Put a script tag similar to this <script src='https://unpkg.com/@codaline-io/ionic-datepicker@VERSION/dist/ionic-datepicker.js'></script> in the head of your index.html
  • Then you can use the element anywhere in your template, JSX, html etc

Node Modules

  • Run npm install @codaline-io/ionic-datepicker --save
  • Put a script tag similar to this <script src='node_modules/@codaline-io/ionic-datepicker/dist/ionic-datepicker.js'></script> in the head of your index.html
  • Then you can use the element anywhere in your template, JSX, html etc

In a stencil-starter app

  • Run npm install @codaline-io/ionic-datepicker --save
  • Add an import to the npm packages import @codaline-io/ionic-datepicker;
  • Then you can use the element anywhere in your template, JSX, html etc

In other frameworks

Usage

  • After the setup use ionic-datepicker as tag in your ionic pwa

Configuration

Styling

  • Styling/theming is done with css-variables.
  • All css variables can be found in the variables.css
  • All color/background variables are using ionic css variables per default
0.3.5

4 years ago

0.3.4

4 years ago

0.3.3

4 years ago

0.3.2

4 years ago

0.3.1

4 years ago

0.3.0

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.0

4 years ago

0.0.19

4 years ago

0.0.18

4 years ago

0.0.17

4 years ago

0.0.15

4 years ago

0.0.16

4 years ago

0.0.15-0

4 years ago

0.0.15-1

4 years ago

0.0.14

4 years ago

0.0.13

4 years ago

0.0.12

4 years ago

0.0.11

4 years ago

0.0.10

4 years ago

0.0.10-0

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago