Add features to NumberInput widget; refactor widgets and tool options (#311)

Closes #310

* Add features to NumberInput widget; refactor widgets and tool options

* Fix swap/reset working colors using @click instead of :action
This commit is contained in:
Keavon Chambers
2021-07-27 18:28:21 -07:00
committed by GitHub
parent 9e92d48454
commit 8c1532b0eb
14 changed files with 330 additions and 172 deletions
@@ -1,6 +1,6 @@
<template>
<div class="shelf-item-input" :class="{ active: active }">
<IconButton :icon="icon" :size="32" />
<IconButton :action="() => _" :icon="icon" :size="32" />
</div>
</template>