mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-24 10:54:04 +08:00
8f89270f50
* Add new colorpicker component skeleton * Updated colorpicker skeleton with some functionalities * - Fix default input color - Change input style * Add colorpicker demo * Add tests and code format Co-authored-by: mfumanelli <fumanellimartina@gmail.com> |
||
---|---|---|
.. | ||
src | ||
package.json | ||
README.md |
@gradio/button
<script>
import { Button } from "@gradio/button";
</script>
<button type="primary|secondary" href="string" on:click="{e.detail === href}">
content
</button>