format project
This commit is contained in:
parent
7651afaa0b
commit
a6d4064af8
83 changed files with 942 additions and 536 deletions
|
|
@ -1,19 +1,23 @@
|
|||
### mockup-phone
|
||||
|
||||
Phone mockup shows a mockup of an iPhone
|
||||
|
||||
[mockup-phone docs](https://daisyui.com/components/mockup-phone/)
|
||||
|
||||
#### Class names
|
||||
|
||||
- component: `mockup-phone`
|
||||
- part: `mockup-phone-camera`, `mockup-phone-display`
|
||||
|
||||
#### Syntax
|
||||
|
||||
```html
|
||||
<div class="mockup-phone">
|
||||
<div class="mockup-phone-camera"></div>
|
||||
<div class="mockup-phone-display">{CONTENT}</div>
|
||||
<div class="mockup-phone-camera"></div>
|
||||
<div class="mockup-phone-display">{CONTENT}</div>
|
||||
</div>
|
||||
```
|
||||
|
||||
#### Rules
|
||||
|
||||
- Inside `mockup-phone-display` you can add anything
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue