format project
This commit is contained in:
parent
7651afaa0b
commit
a6d4064af8
83 changed files with 942 additions and 536 deletions
|
|
@ -1,18 +1,22 @@
|
|||
### pagination
|
||||
|
||||
Pagination is a group of buttons
|
||||
|
||||
[pagination docs](https://daisyui.com/components/pagination/)
|
||||
|
||||
#### Class names
|
||||
|
||||
- component: `join`
|
||||
- part: `join-item`
|
||||
- direction: `join-vertical`, `join-horizontal`
|
||||
|
||||
#### Syntax
|
||||
|
||||
```html
|
||||
<div class="join">{CONTENT}</div>
|
||||
```
|
||||
|
||||
#### Rules
|
||||
|
||||
- Use `join-item` for each button or link inside the pagination
|
||||
- Use `btn` class for styling pagination items
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue