gitthermal / gitthermal/thermal
Custom Toggle switch component
Open
🏃🏻♀️ Priority medium
difficulty: easy
Front end
- Dominant language
- Vue
- Stars
- 455
- Forks
- 34
- PR merge metrics
- No merged PRs in 30d
Description
Create a custom toggle switch component for Thermal Design System (TDS).
---
The currently package `vue-js-toggle-button` is not reactively toggling the switch. For instance:
```js
commitFeature: {
get: function() {
return !!+this.settings.commitFeature;
},
set: function(value) {
this.settings.commitFeature = value ? 1 : 0;
}
}
```
Contributor guide
Assessment
This issue has not been assessed yet.