New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

tui-date-picker

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tui-date-picker

TOAST UI Components: DatePicker

  • 3.0.0
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

DatePicker

Components that select a specific date

Feature

  • DatePicker
    • Pick a specific year, month, date, time
    • Set selectable ranges
    • Support various languages
  • Calendar
  • DateRangePicker

Documentation

Dependency

  • jquery ~1.11.0
  • tui-code-snippet ~1.2.5
  • tui-time-picker ~1.0.0

Test Environment

PC

  • IE8~11
  • Chrome
  • Firefox

Usage

Use npm

Install the latest version using npm command:

$ npm install tui-date-picker --save

or want to install the each version:

$ npm install tui-date-picker@<tag> --save

To access as module format in your code:

var DatePicker = require('tui-date-picker');
var instance = new DatePicker(...);

Use bower

Install the latest version using bower command:

$ bower install tui-date-picker

or want to install the each version:

$ bower install tui-date-picker#<tag>

To access as namespace format in your code:

var instance = new tui.DatePicker(...);

Download

License

MIT LICENSE

Keywords

FAQs

Package last updated on 26 Jul 2017

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