1.0.4 • Published 4 years ago

@xec/svelte-todo v1.0.4

Weekly downloads
1
License
GPL-3.0-or-later
Repository
github
Last release
4 years ago

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