A react component for managing tags. Has minimalistic styling that's easy to overwrite.
move to the next / previous tag. If the current tag is empty, then it will be removed
remove this tag and go to the previous one
commit this tag (if it isn't empty) and add another
does what you would expect
- "focused" - whether it should start focused
- defaultValue - the value to prepopulate with. Use the "load" function to get dynamic information
- load(cb(tags)) pass in a getter
- save(tags, cb(tags)) pass in a setter
Install with component(1):
$ component install noteablemind/tags
MIT