All Projects → vaadin → Vaadin Date Picker

vaadin / Vaadin Date Picker

Licence: apache-2.0
The Web Component providing a date selection field with scrollable month calendar. Part of the Vaadin components.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Vaadin Date Picker

Vaadin Form Layout
The Web Component providing configurable responsive layout for form elements. Part of the Vaadin components.
Stars: ✭ 15 (-90.51%)
Mutual labels:  webcomponents, polymer, web-component, vaadin
Vaadin Upload
The Web Component for uploading multiple files with progress indication. Part of the Vaadin components.
Stars: ✭ 87 (-44.94%)
Mutual labels:  webcomponents, polymer, web-component, vaadin
vaadin-split-layout
The Web Component which allows you to partition a layout into resizeable areas. Part of the Vaadin components.
Stars: ✭ 40 (-74.68%)
Mutual labels:  web-component, polymer, webcomponents, vaadin
vaadin-dialog
High quality web component for modal dialogs. Part of the Vaadin platform.
Stars: ✭ 15 (-90.51%)
Mutual labels:  web-component, polymer, webcomponents, vaadin
vaadin-text-field
The themable Web Component providing input controls. Part of the Vaadin components.
Stars: ✭ 29 (-81.65%)
Mutual labels:  web-component, polymer, webcomponents, vaadin
Vaadin Combo Box
The Web Component for displaying a list of items with filtering. Part of the Vaadin components.
Stars: ✭ 113 (-28.48%)
Mutual labels:  webcomponents, polymer, web-component, vaadin
vaadin-icons
Vaadin Icons is a collection of 600+ unique icons designed for web applications
Stars: ✭ 59 (-62.66%)
Mutual labels:  web-component, polymer, webcomponents, vaadin
vaadin-checkbox
The Web Component for customized checkboxes. Part of the Vaadin components.
Stars: ✭ 18 (-88.61%)
Mutual labels:  polymer, webcomponents, vaadin
multiselect-combo-box
A multi select combo box web component based on Polymer and the vaadin-combo-box
Stars: ✭ 41 (-74.05%)
Mutual labels:  polymer, webcomponents, vaadin
vaadin-context-menu
The responsive Web Component for showing context dependent items for any element on the page. Part of the Vaadin components.
Stars: ✭ 26 (-83.54%)
Mutual labels:  polymer, webcomponents, vaadin
Vaadin Grid
vaadin-grid is a free, high quality data grid / data table Web Component. Part of the Vaadin components.
Stars: ✭ 383 (+142.41%)
Mutual labels:  webcomponents, web-component, vaadin
Vaadin Core
An evolving set of free, open source web components for building mobile and desktop web applications in modern browsers.
Stars: ✭ 382 (+141.77%)
Mutual labels:  webcomponents, polymer, vaadin
Vaadin
An evolving set of open source web components for building mobile and desktop web applications in modern browsers.
Stars: ✭ 424 (+168.35%)
Mutual labels:  webcomponents, polymer, vaadin
Vaadin Charts
Vaadin Charts is a feature-rich interactive graph library that answers the data visualization needs of modern web applications
Stars: ✭ 47 (-70.25%)
Mutual labels:  polymer, web-component
Lwc
⚡️ LWC - A Blazing Fast, Enterprise-Grade Web Components Foundation
Stars: ✭ 974 (+516.46%)
Mutual labels:  webcomponents, web-component
Gwt Api Generator
Generator for creating GWT JSInterop clients from Polymer Web Components
Stars: ✭ 49 (-68.99%)
Mutual labels:  webcomponents, polymer
Redux Store Element
A custom element allowing a more declarative use of Redux.
Stars: ✭ 83 (-47.47%)
Mutual labels:  webcomponents, polymer
Login Fire
An element that allows simple configuration of multiple provider login for firebase
Stars: ✭ 58 (-63.29%)
Mutual labels:  webcomponents, polymer
Geo Location
Web component element for the Geolocation API
Stars: ✭ 86 (-45.57%)
Mutual labels:  polymer, web-component
Beverage Starter Flow
Simple Example Web Application for Vaadin Flow
Stars: ✭ 24 (-84.81%)
Mutual labels:  webcomponents, vaadin

npm version Published on webcomponents.org Build Status Coverage Status Gitter

Published on Vaadin  Directory Stars on vaadin.com/directory

<vaadin-date-picker>

Live Demo ↗ | API documentation ↗

<vaadin-date-picker> is a Web Component providing a date selection field which includes a scrollable month calendar view, part of the Vaadin components.

<vaadin-date-picker label="Label" placeholder="Placeholder">
</vaadin-date-picker>

Screenshot of vaadin-date-picker

Installation

Install vaadin-date-picker:

npm i @vaadin/vaadin-date-picker --save

Once installed, import it in your application:

import '@vaadin/vaadin-date-picker/vaadin-date-picker.js';

Getting started

Vaadin components use the Lumo theme by default.

To use the Material theme, import the correspondent file from the theme/material folder.

Entry points

  • The components with the Lumo theme:

    theme/lumo/vaadin-date-picker.js theme/lumo/vaadin-date-picker-light.js

  • The components with the Material theme:

    theme/material/vaadin-date-picker.js theme/material/vaadin-date-picker-light.js

  • Alias for theme/lumo/vaadin-date-picker.js theme/lumo/vaadin-date-picker-light.js:

    vaadin-date-picker.js vaadin-date-picker-light.js

Running APi docs and tests in a browser

  1. Fork the vaadin-date-picker repository and clone it locally.

  2. Make sure you have node.js 12.x installed.

  3. Make sure you have npm installed.

  4. When in the vaadin-date-picker directory, run npm install to install dependencies.

  5. Run npm start, browser will automatically open the component API documentation.

  6. You can also open visual tests, for example:

Running tests from the command line

  1. When in the vaadin-date-picker directory, run npm test

Debugging tests in the browser

  1. Run npm run debug, then choose manual mode (M) and open the link in browser.

Following the coding style

We are using ESLint for linting JavaScript code. You can check if your code is following our standards by running npm run lint, which will automatically lint all .js files.

Big Thanks

Cross-browser Testing Platform and Open Source <3 Provided by Sauce Labs.

Contributing

To contribute to the component, please read the guideline first.

License

Apache License 2.0

Vaadin collects development time usage statistics to improve this product. For details and to opt-out, see https://github.com/vaadin/vaadin-usage-statistics.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].