Skip to content

Instantly share code, notes, and snippets.

@dektaiimage
Created August 2, 2022 14:43
Show Gist options
  • Save dektaiimage/b720c5f5f3e5ebd3c0c61004081e1eeb to your computer and use it in GitHub Desktop.
Save dektaiimage/b720c5f5f3e5ebd3c0c61004081e1eeb to your computer and use it in GitHub Desktop.
Example Tailwind Buttons
<button type="button" class="px-3 py-2 rounded-lg bg-gray-200 text-gray-600">Default</button>
<button type="button" class="px-3 py-2 rounded-lg bg-blue-500 text-blue-100">Primary</button>
<button type="button" class="px-3 py-2 rounded-lg bg-green-500 text-green-100">Success</button>
<button type="button" class="px-3 py-2 rounded-lg bg-red-500 text-red-100">Danger</button>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment