gitthermal / gitthermal/thermal

Custom Toggle switch component

Open
#3,569 13 comments 0 reactions 0 assignees View on GitHub
🏃🏻‍♀️ 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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.