react-toggle icon indicating copy to clipboard operation
react-toggle copied to clipboard

Announcement: react-toggle as Preact-ified custom element

Open aaronshaf opened this issue 9 years ago • 0 comments

See https://github.com/aaronshaf/shaf-toggle

Wraps existing input element:

<label>
  <shaf-toggle>
    <input type="checkbox" name="joyful" value="yes" checked />
  </shaf-toggle>
  <span>Wrapper label tag</span>
</label>

aaronshaf avatar Nov 19 '16 16:11 aaronshaf