Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@codaline-io/ionic-datepicker

Package Overview
Dependencies
Maintainers
2
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codaline-io/ionic-datepicker

A datepicker component for ionic

  • 0.3.5
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
27
increased by35%
Maintainers
2
Weekly downloads
 
Created
Source

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

Bildschirmfoto 2020-03-22 um 16 03 06 Bildschirmfoto 2020-03-22 um 16 04 05 Bildschirmfoto 2020-03-22 um 16 04 10 Bildschirmfoto 2020-03-22 um 16 05 05

Setup

Requirements

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

Keywords

FAQs

Package last updated on 26 May 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc