A
Anonymous

Brightness Control - Copy this React, Tailwind Component to your project

<div id="function container"> <label for="brightness">Brightness</label> <input id="brightness" type="range" min=" 127" max="128" value="0"/> <label id="label_brightness">0</label> <input id="restore" type="button" value="Restore"/> <label for="bin_width">Bin width</label> <select id="bin_width"> <option value="4">4</option> <option value="8">8</option> <option value="16">16</option> <option value="32">32</option> </select> </div>

Prompt
Component Preview

About

BrightnessControl - Adjust brightness with a range slider, restore button, and selectable bin widths. Built with React and Tailwind. Copy component code!

Share

Last updated 1 month ago