handy-fluentui 0.1.0 → 0.1.1
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 +2 -0
- package/package.json +9 -1
package/README.md
CHANGED
|
@@ -7,6 +7,8 @@ Opinionated React components built on top of [FluentUI v9](https://react.fluentu
|
|
|
7
7
|
- Imperative `useToast`, `useSpinner`, `useDialog` APIs
|
|
8
8
|
- i18n-ready label overrides through the provider
|
|
9
9
|
|
|
10
|
+
**Live showcase:** [kc2wong.github.io/handy-fluentui](https://kc2wong.github.io/handy-fluentui/)
|
|
11
|
+
|
|
10
12
|
---
|
|
11
13
|
|
|
12
14
|
## Commands
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "handy-fluentui",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Handy React components built on top of FluentUI v9 with responsive, form-friendly behaviours",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"keywords": [
|
|
@@ -24,6 +24,14 @@
|
|
|
24
24
|
"files": [
|
|
25
25
|
"dist"
|
|
26
26
|
],
|
|
27
|
+
"repository": {
|
|
28
|
+
"type": "git",
|
|
29
|
+
"url": "https://github.com/kc2wong/handy-fluentui"
|
|
30
|
+
},
|
|
31
|
+
"homepage": "https://github.com/kc2wong/handy-fluentui#readme",
|
|
32
|
+
"bugs": {
|
|
33
|
+
"url": "https://github.com/kc2wong/handy-fluentui/issues"
|
|
34
|
+
},
|
|
27
35
|
"sideEffects": false,
|
|
28
36
|
"scripts": {
|
|
29
37
|
"dev": "vite",
|