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

daycy

Package Overview
Dependencies
Maintainers
2
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

daycy

Simple date (range) picker for React based on Semantic-UI.

  • 0.5.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
142
decreased by-59.08%
Maintainers
2
Weekly downloads
 
Created
Source

DayCY

npm

Simple date (range) picker for React based on Semantic-UI.

Demo / overview of all components

Install

npm install daycy

Usage

First we will have to include the CSS. The easiest way to do this is to have your babel setup in such a way that you can import CSS. DayCY also needs the CSS from Semantic UI.

npm install semantic-ui-css
import 'semantic-ui-css/semantic.min.css';
import 'daycy/dist/daycy.css';

This has the added benefit of automatically keeping the CSS in sync with the version of the package you have installed.

Internationalization

By default the calendar popup will use English names for the months and days of the week. To override this you can change the translation function.

import { configureTranslation } from 'daycy';

function myTranslationFunction(key) {
    // Insert your logic here
}

configureTranslation(myTranslationFunction);

Keywords

FAQs

Package last updated on 05 Apr 2024

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