svelte-editable
v0.0.11
Published
This package is a toolbox for dealing with a component that can be editable. An editable component is always one of five states:
Downloads
6
Readme
Purpose
This package is a toolbox for dealing with a component that can be editable. An editable component is always one of five states:
- Read only state
- Admin state (You have permission to enter edit mode)
- Editing state (You can edit but you have not changed anything)
- Dirty state (You have edited and now the component is savable)
- Saving state (You are currently saving)