Hacker Button
Randomize text on click with vue with tailwindcss.
NextjsTypescriptTailwindcss
Hover on the button to preview the effect.
Installation
npx mixcn-ui add hackerbutton
- The command will create a
components/mixcnui/HackerButton.tsx
in your Nextjs App directory. - It will install the neccessary package required for this component.
usage
import HackerButton from '@/components/mixcnui/HackerButton'
<div>
<HackerButton label="Download Resume"/>
</div>