nextjs-starter icon indicating copy to clipboard operation
nextjs-starter copied to clipboard

Components Request - Default Button

Open Tieantono opened this issue 1 year ago • 0 comments

Develop a button component using Tailwind CSS. The component should behave like base button component such as these props:

  • onClick
  • type
  • disabled
  • etc.

You should also develop the themes for each general button types (Primary, Default, Cancel, etc.). You could use https://getbootstrap.com/docs/5.3/components/buttons/ for the reference.

Tieantono avatar Jun 30 '23 05:06 Tieantono