toastcomponents
TypeScript icon, indicating that this package has built-in type declarations

0.0.10 • Public • Published

toastcomponents

Add date and time pickers to svelte projects

This is a wrapper around Toast UI Components

Usage

npm install toastcomponents@latest

Svelte component

<script>
    import {DatePicker} from "toastcomponents";
    let theDate;
</script>

<div>
    <DatePicker bind:theDatet={theDate} />
</div>

props: default

theDate = new Date()

/toastcomponents/

    Package Sidebar

    Install

    npm i toastcomponents

    Weekly Downloads

    1

    Version

    0.0.10

    License

    none

    Unpacked Size

    5.74 kB

    Total Files

    8

    Last publish

    Collaborators

    • spettit