You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
803 B
HTML
21 lines
803 B
HTML
<span class="isolate inline-flex rounded-md shadow-xs">
|
|
<button
|
|
type="button"
|
|
class="relative inline-flex items-center rounded-l-md bg-white px-3 py-2 text-sm font-semibold text-gray-900 ring-1 ring-gray-300 ring-inset hover:bg-gray-50 focus:z-10"
|
|
>
|
|
Years
|
|
</button>
|
|
<button
|
|
type="button"
|
|
class="relative -ml-px inline-flex items-center bg-white px-3 py-2 text-sm font-semibold text-gray-900 ring-1 ring-gray-300 ring-inset hover:bg-gray-50 focus:z-10"
|
|
>
|
|
Months
|
|
</button>
|
|
<button
|
|
type="button"
|
|
class="relative -ml-px inline-flex items-center rounded-r-md bg-white px-3 py-2 text-sm font-semibold text-gray-900 ring-1 ring-gray-300 ring-inset hover:bg-gray-50 focus:z-10"
|
|
>
|
|
Days
|
|
</button>
|
|
</span>
|