Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
<main>
Vue-Tailwind
</main>
</template>
</template>
12 changes: 12 additions & 0 deletions src/assets/icons/FirstArrow.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<template>
<svg aria-hidden="true" width="14" height="14" viewBox="0 0 16 16">
<g fill="currentColor" fill-rule="evenodd">
<path
d="M8.354 1.646a.5.5 0 0 1 0 .708L2.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z"
/>
<path
d="M12.354 1.646a.5.5 0 0 1 0 .708L6.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z"
/>
</g>
</svg>
</template>
11 changes: 11 additions & 0 deletions src/assets/icons/IconCheck.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<template>
<svg version="1.1" viewBox="0 0 17 12" xmlns="http://www.w3.org/2000/svg">
<g fill="none" fill-rule="evenodd">
<g transform="translate(-9 -11)" fill="currentColor" fill-rule="nonzero">
<path
d="m25.576 11.414c0.56558 0.55188 0.56558 1.4439 0 1.9961l-9.404 9.176c-0.28213 0.27529-0.65247 0.41385-1.0228 0.41385-0.37034 0-0.74068-0.13855-1.0228-0.41385l-4.7019-4.588c-0.56584-0.55188-0.56584-1.4442 0-1.9961 0.56558-0.55214 1.4798-0.55214 2.0456 0l3.679 3.5899 8.3812-8.1779c0.56558-0.55214 1.4798-0.55214 2.0456 0z"
/>
</g>
</g>
</svg>
</template>
5 changes: 5 additions & 0 deletions src/assets/icons/IconDash.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<template>
<svg viewBox="0 0 24 24" width="24" height="24" stroke="currentColor" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round" class="css-i6dzq1">
<line x1="5" y1="12" x2="19" y2="12"></line>
</svg>
</template>
5 changes: 5 additions & 0 deletions src/assets/icons/IconFilter.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<template>
<svg viewBox="0 0 24 24" width="24" height="24" stroke="currentColor" stroke-width="1.5" fill="none" stroke-linecap="round" stroke-linejoin="round" class="css-i6dzq1">
<polygon points="22 3 2 3 10 12.46 10 19 14 21 14 12.46 22 3"></polygon>
</svg>
</template>
37 changes: 37 additions & 0 deletions src/assets/icons/IonLoader.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
<template>
<svg width="84" height="84" viewBox="0 0 24 24" class="bh-loader bh-text-primary">
<circle cx="18" cy="12" r="0" fill="currentColor">
<animate
attributeName="r"
begin=".67"
calcMode="spline"
dur="1.5s"
keySplines="0.2 0.2 0.4 0.8;0.2 0.2 0.4 0.8;0.2 0.2 0.4 0.8"
repeatCount="indefinite"
values="0;2;0;0"
/>
</circle>
<circle cx="12" cy="12" r="0" fill="currentColor">
<animate
attributeName="r"
begin=".33"
calcMode="spline"
dur="1.5s"
keySplines="0.2 0.2 0.4 0.8;0.2 0.2 0.4 0.8;0.2 0.2 0.4 0.8"
repeatCount="indefinite"
values="0;2;0;0"
/>
</circle>
<circle cx="6" cy="12" r="0" fill="currentColor">
<animate
attributeName="r"
begin="0"
calcMode="spline"
dur="1.5s"
keySplines="0.2 0.2 0.4 0.8;0.2 0.2 0.4 0.8;0.2 0.2 0.4 0.8"
repeatCount="indefinite"
values="0;2;0;0"
/>
</circle>
</svg>
</template>
9 changes: 9 additions & 0 deletions src/assets/icons/LastArrow.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<template>
<svg aria-hidden="true" width="14" height="14" viewBox="0 0 16 16">
<path
fill="currentColor"
fill-rule="evenodd"
d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8L4.646 2.354a.5.5 0 0 1 0-.708z"
/>
</svg>
</template>
12 changes: 12 additions & 0 deletions src/assets/icons/NextArrow.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<template>
<svg aria-hidden="true" width="14" height="14" viewBox="0 0 16 16">
<g fill="currentColor" fill-rule="evenodd">
<path
d="M3.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L9.293 8L3.646 2.354a.5.5 0 0 1 0-.708z"
/>
<path
d="M7.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L13.293 8L7.646 2.354a.5.5 0 0 1 0-.708z"
/>
</g>
</svg>
</template>
9 changes: 9 additions & 0 deletions src/assets/icons/PrevArrow.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<template>
<svg aria-hidden="true" width="14" height="14" viewBox="0 0 16 16">
<path
fill="currentColor"
fill-rule="evenodd"
d="M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z"
/>
</svg>
</template>
Loading