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,19 +1,23 @@
|
|||
### mask
|
||||
|
||||
Mask crops the content of the element to common shapes
|
||||
|
||||
[mask docs](https://daisyui.com/components/mask/)
|
||||
|
||||
#### Class names
|
||||
|
||||
- component: `mask`
|
||||
- style: `mask-squircle`, `mask-heart`, `mask-hexagon`, `mask-hexagon-2`, `mask-decagon`, `mask-pentagon`, `mask-diamond`, `mask-square`, `mask-circle`, `mask-star`, `mask-star-2`, `mask-triangle`, `mask-triangle-2`, `mask-triangle-3`, `mask-triangle-4`
|
||||
- modifier: `mask-half-1`, `mask-half-2`
|
||||
|
||||
#### Syntax
|
||||
|
||||
```html
|
||||
<img class="mask {MODIFIER}" src="{image-url}" />
|
||||
```
|
||||
|
||||
#### Rules
|
||||
|
||||
- {MODIFIER} is required and can have one of the style/modifier class names
|
||||
- You can change the shape of any element using `mask` class names
|
||||
- You can set custom sizes using `w-*` and `h-*`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue