Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
saadeghi committed Apr 29, 2024
1 parent b82b6fa commit 8864ba5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/docs/src/components/homepage/Install.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<div data-tip={isClipboardButtonPressed ? "copied" : "copy"} class="tooltip tooltip-accent">
<button
class="btn btn-sm btn-square btn-neutral cursor-copy"
aria-label="copy"
on:click={() => copyText("npm i -D daisyui@latest")}>
{#if isClipboardButtonPressed}
<svg
Expand Down Expand Up @@ -62,6 +63,7 @@
<div data-tip={isClipboardButtonPressed ? "copied" : "copy"} class="tooltip tooltip-accent">
<button
class="btn btn-sm btn-square btn-neutral cursor-copy"
aria-label="copy"
on:click={() => copyText("pnpm add -D daisyui@latest")}>
{#if isClipboardButtonPressed}
<svg
Expand Down Expand Up @@ -98,6 +100,7 @@
<div data-tip={isClipboardButtonPressed ? "copied" : "copy"} class="tooltip tooltip-accent">
<button
class="btn btn-sm btn-square btn-neutral cursor-copy"
aria-label="copy"
on:click={() => copyText("yarn add -D daisyui@latest")}>
{#if isClipboardButtonPressed}
<svg
Expand Down Expand Up @@ -134,6 +137,7 @@
<div data-tip={isClipboardButtonPressed ? "copied" : "copy"} class="tooltip tooltip-accent">
<button
class="btn btn-sm btn-square btn-neutral cursor-copy"
aria-label="copy"
on:click={() => copyText("bun add -D daisyui@latest")}>
{#if isClipboardButtonPressed}
<svg
Expand Down

0 comments on commit 8864ba5

Please sign in to comment.