parent
314f7cb273
commit
22001ef3e2
4 changed files with 14 additions and 4 deletions
|
@ -171,6 +171,10 @@ Or loop:
|
|||
(hsx (li item))))))
|
||||
```
|
||||
|
||||
## Utils
|
||||
|
||||
- `(clsx &rest strs)`: A utility function for constructing class strings conditionally. It removes `nil` from the string list, then joins the remaining strings with spaces.
|
||||
|
||||
## 📄 License
|
||||
|
||||
MIT License
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue