Socket
Book a DemoInstallSign in
Socket

@10xminds/scrollable-date-picker

Package Overview
Dependencies
Maintainers
4
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@10xminds/scrollable-date-picker

A scrollable datepicker designed for touch screen interfaces with Svelte.

latest
npmnpm
Version
0.2.5
Version published
Maintainers
4
Created
Source

Scrollable Date Picker for Svelte

A scrollable datepicker designed for touch screen interfaces with Svelte.

Installation:

Add the package to your dependencies

NPM:

    npm install @10xminds/scrollable-date-picker

Yarn:

    yarn add @10xminds/scrollable-date-picker
<script>
    import { ScrollableDatePicker } from "@10xminds/scrollable-date-picker";

    <ScrollableDatePicker
        selectedDate="2023-01-23"
        rowsShown={3}
        separatorWidth={4}
        rowBackgroundColor="#03FFFF"
    />

TODO: Add more documentation with options

Development Instructions

Instal dependencies with

npm install
npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Everything inside src/lib is part of your library, everything inside src/routes can be used as a showcase or preview app.

Building

To build your library:

npm run package

To create a production version of your showcase app:

npm run build

Publishing

To publish the library to npm:

npm publish

FAQs

Package last updated on 25 Apr 2025

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

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.