UNPKG

mt-flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

9 lines (8 loc) 268 B
import { jsx as _jsx } from "react/jsx-runtime"; export const LajiButton = () => { // const a = 'dd'; const handleClick = () => { console.log('LajiButton clicked'); }; return _jsx("button", { onClick: handleClick, children: "LajiButton" }); };