@libs-ui/components-skeleton 0.2.357-7 → 0.2.357-9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -8
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -397,11 +397,3 @@ Khi một row hoặc col có `repeat > 1`, phần tử cuối cùng trong vòng
|
|
|
397
397
|
⚠️ **classRowLast vs classRow**: Khi `repeat = 1` (mặc định), phần tử duy nhất được coi là "cả first lẫn last", tức là `classRowLast` sẽ được áp dụng. Thiết kế này có nghĩa là với row không repeat, bạn chỉ cần dùng `classRowLast` để set class cho row đó.
|
|
398
398
|
|
|
399
399
|
⚠️ **Input `config` có transform**: Input `config` được khai báo với transform `(value) => value || {}`. Truyền `undefined` hoặc `null` cho `[config]` sẽ được tự động chuyển thành `{}` (config mặc định), component sẽ không crash.
|
|
400
|
-
|
|
401
|
-
## Demo
|
|
402
|
-
|
|
403
|
-
```bash
|
|
404
|
-
npx nx serve core-ui
|
|
405
|
-
```
|
|
406
|
-
|
|
407
|
-
Truy cập: http://localhost:4500/skeleton
|