lightswind
Version:
A modern frontend library with pre-built Tailwind CSS components for building responsive and interactive user interfaces.
19 lines (15 loc) • 549 B
HTML
<html lang="en">
<head>
<title>Primary Bordered Button's</title>
<script src="https://cdn.tailwindcss.com"></script>
<script defer src="https://cdn.jsdelivr.net/npm/alpinejs@3.x.x/dist/cdn.min.js"></script>
<link rel="stylesheet" href="../../../node_modules/lightwind/src/tailwind.css">
</head>
<body>
<a href="javascript:void(0)" class='font-bold border border-primarylw text-primarylw
hover:bg-primarylw-2 hover:text-white p-4 px-12 rounded-md cursor-pointer'>
Button
</a>
</body>
</html>