-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: setup daisy, tailwind configs (#43)
* feat: ✨ install daisyui * feat: ✨ disable skeleton * style: 🎨 set global theme * feat: ✨ create playground * style: 🎨 setup emerald theme * style: 🎨 add tailwind gray/slate to theme * style: 🎨 swap primary (green) and secondary (blue)
- Loading branch information
1 parent
cb3a728
commit 4091184
Showing
5 changed files
with
90 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<script lang="ts"> | ||
</script> | ||
|
||
<div> | ||
<input | ||
type="text" | ||
placeholder="Type here" | ||
class="input input-bordered input-primary w-full max-w-xs bg-slate-base" | ||
/> | ||
</div> | ||
|
||
<div class="card w-96 bg-base-100 shadow-xl"> | ||
<figure> | ||
<img src="https://daisyui.com/images/stock/photo-1606107557195-0e29a4b5b4aa.jpg" alt="Shoes" /> | ||
</figure> | ||
<div class="card-body"> | ||
<h2 class="card-title">Shoes!</h2> | ||
<p>If a dog chews shoes whose shoes does he choose?</p> | ||
<div class="card-actions justify-end"> | ||
<button class="btn btn-primary">Buy Now</button> | ||
</div> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters