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

@svelteuidev/preprocessors

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@svelteuidev/preprocessors

Svelte preprocessor library to assist in many areas of development

  • 0.6.9
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
24
decreased by-47.83%
Maintainers
1
Weekly downloads
 
Created
Source

SvelteUI Dates

Dates library with calendars, date, and time pickers.

  • Capture date inputs from user and display calendars.

Documentation

See full documentation on the SvelteUI website

Installation

# With yarn
yarn add @svelteuidev/dates

# With npm
npm install @svelteuidev/dates

Usage

<script>
    import { Calendar } from '@svelteuidev/dates';
</script>

<Calendar {value} on:change={doSomething} />;

License

All SvelteUI packages have MIT license. All SvelteUI dependencies also have MIT license.

Keywords

FAQs

Package last updated on 25 Jun 2022

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