import { h } from 'preact'; const noop = () => {}; export default function Button({ children, className, color = 'blue', onClick, size, ...attrs }) { return (