nextjs-starter
nextjs-starter copied to clipboard
Components Request - Default Button
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.