Documentation
Custom components
Hacker Button

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
  1. The command will create a components/mixcnui/HackerButton.tsx in your Nextjs App directory.
  2. It will install the neccessary package required for this component.

usage

import HackerButton from '@/components/mixcnui/HackerButton'
<div>
<HackerButton label="Download Resume"/>
</div>