set up new workflow and migrate to .forgejo dir (#5)
Some checks failed
Deploy / deploy (push) Failing after 39s
Some checks failed
Deploy / deploy (push) Failing after 39s
Co-authored-by: Benjamin Palko <benjaminpalko@hotmail.com> Reviewed-on: #5
This commit is contained in:
parent
c37955c51b
commit
f526f5c0aa
99 changed files with 1866 additions and 1470 deletions
|
|
@ -1,22 +1,26 @@
|
|||
### hover-gallery
|
||||
|
||||
Hover Gallery is container of images. The first image is visible by default and when we hover it horizontally, other images show up. Hover Gallery is useful for product cards in ecommerce sites, portfolios or in image galleries. Hover Gallery can include up to 10 images.
|
||||
|
||||
[hover-gallery docs](https://daisyui.com/components/hover-gallery/)
|
||||
|
||||
#### Class names
|
||||
|
||||
- component: `hover-gallery`
|
||||
|
||||
#### Syntax
|
||||
|
||||
```html
|
||||
<figure class="hover-gallery max-w-60">
|
||||
<img src="https://img.daisyui.com/images/stock/daisyui-hat-1.webp" />
|
||||
<img src="https://img.daisyui.com/images/stock/daisyui-hat-2.webp" />
|
||||
<img src="https://img.daisyui.com/images/stock/daisyui-hat-3.webp" />
|
||||
<img src="https://img.daisyui.com/images/stock/daisyui-hat-4.webp" />
|
||||
<img src="https://img.daisyui.com/images/stock/daisyui-hat-1.webp" />
|
||||
<img src="https://img.daisyui.com/images/stock/daisyui-hat-2.webp" />
|
||||
<img src="https://img.daisyui.com/images/stock/daisyui-hat-3.webp" />
|
||||
<img src="https://img.daisyui.com/images/stock/daisyui-hat-4.webp" />
|
||||
</figure>
|
||||
```
|
||||
|
||||
#### Rules
|
||||
|
||||
- hover-gallery can be a `<div>` or a `<figure>`
|
||||
- hover-gallery can include up to 10 images
|
||||
- hover-gallery needs a max width otherwise if fills the container width
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue