Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 458 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 458 Bytes

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