@xec/svelte-todo

1.0.4 • Public • Published

Svelte Todo

Simple Todo svelte component based on official svelte tutorial

  • under development, not ready for production use
  • stores state in localStorage for now

Get started

Install with npm

npm i -D @xec/svelte-todo

Import in your .svelte file

<script>
  import Todo from '@xec/svelte-todo'
</script>

<Todo />

Contribute

Clone/fork this repo

npm i
npm run dev

/@xec/svelte-todo/

    Package Sidebar

    Install

    npm i @xec/svelte-todo

    Weekly Downloads

    1

    Version

    1.0.4

    License

    GPL-3.0-or-later

    Unpacked Size

    19.3 kB

    Total Files

    8

    Last publish

    Collaborators

    • xec