disclaimer about code that is not mine
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
import type { ParentComponent } from "solid-js";
|
||||
|
||||
/*
|
||||
* Code from andii.dev
|
||||
*/
|
||||
export const Button: ParentComponent<{ onClick?: () => void }> = (props) => {
|
||||
return (
|
||||
<button class="button" type="button" onClick={props.onClick}>
|
||||
|
||||
Reference in New Issue
Block a user