Skip to content

Commit

Permalink
mouse interaction added
Browse files Browse the repository at this point in the history
  • Loading branch information
MdRubelRana committed Jun 7, 2024
1 parent 6216513 commit 83a4f7b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 15 deletions.
8 changes: 3 additions & 5 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 3 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -414,11 +414,7 @@ <h2 class="text-gray-800 text-base font-bold leading-relaxed">Progress bar</h2>

<div x-data="{ progressBarColor: 'default' }" class="">
<h2 class="text-gray-800 text-base font-bold leading-relaxed">Progress bar color customization</h2>
<p class="text-gray-600 text-sm leading-relaxed">If you don't want to show the icon, you can
set it to <span
class="font-medium italic bg-gray-200 px-1 rounded py-0 inline-block leading-5">false</span>.
Default is <span
class="font-medium italic bg-gray-200 px-1 rounded py-0 inline-block leading-5">true</span>.
<p class="text-gray-600 text-sm leading-relaxed">You can customize the progress bar color.
</p>
<div class="">
<ul class="my-4 flex justify-start items-center gap-5">
Expand Down Expand Up @@ -524,11 +520,8 @@ <h2 class="text-gray-800 text-base font-bold leading-relaxed">Available options<
<td class="border border-gray-200 text-left px-4 py-3">
progressBarColor
</td>
<td class="border border-gray-200 text-left px-4 py-3">Progressbar displayed relatively.
<span class="font-medium italic bg-gray-200 px-1 rounded py-0 inline-block leading-4">true</span>,
<span class="font-medium italic bg-gray-200 px-1 rounded py-0 inline-block leading-4">false</span>
</td>
<td class="border border-gray-200 text-left px-4 py-3"><span class="font-medium italic bg-gray-200 px-1 rounded py-0 inline-block leading-4">true</span></td>
<td class="border border-gray-200 text-left px-4 py-3">You can customize the progress bar color.</td>
<td class="border border-gray-200 text-left px-4 py-3">-</td>
</tr>
<tr class="border border-gray-200 even:bg-transparent odd:bg-gray-100">
<td class="border border-gray-200 text-left px-4 py-3">
Expand Down

0 comments on commit 83a4f7b

Please sign in to comment.