@libs-ui/components-spinner 0.2.357-8 → 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
|
@@ -205,11 +205,3 @@ type TYPE_SPINNER =
|
|
|
205
205
|
```
|
|
206
206
|
|
|
207
207
|
⚠️ **Giá trị `null`/`undefined` cho input**: Cả `type` và `size` đều có transform guard — nếu truyền vào `null` hay `undefined`, component tự fallback về giá trị mặc định (`'spin-absolute-blue'` và `'medium'`).
|
|
208
|
-
|
|
209
|
-
## Demo
|
|
210
|
-
|
|
211
|
-
```bash
|
|
212
|
-
npx nx serve core-ui
|
|
213
|
-
```
|
|
214
|
-
|
|
215
|
-
Truy cập: http://localhost:4500/components/spinner
|