buttons icon indicating copy to clipboard operation
buttons copied to clipboard

Tailwind CSS button collection

Results 1 buttons issues
Sort by recently updated
recently updated
newest added

A little improvement : - React [discourages from using flushSync](https://react.dev/reference/react-dom/flushSync) - I refactored so that Components are passed directly as props instead of `children` : ```tsx {BUTTONS?.map((Comp) => { return...