react-asc 26.3.3 → 26.4.0
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/package.json +1 -1
- package/readme.md +44 -52
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -8,8 +8,8 @@ react-asc interactive showcase with code snippets [link](https://react-asc.oardi
|
|
|
8
8
|
|
|
9
9
|
## Stackblitz Examples
|
|
10
10
|
|
|
11
|
-
-
|
|
12
|
-
-
|
|
11
|
+
- react-asc and jsx [link](https://stackblitz.com/edit/react-asc-example-js)
|
|
12
|
+
- react-asc and tsx [link](https://stackblitz.com/edit/react-asc-example-ts)
|
|
13
13
|
|
|
14
14
|
## usage
|
|
15
15
|
|
|
@@ -23,14 +23,6 @@ react-asc interactive showcase with code snippets [link](https://react-asc.oardi
|
|
|
23
23
|
@use 'react-asc/react-asc.scss';
|
|
24
24
|
```
|
|
25
25
|
|
|
26
|
-
### optional - include modern-normalize
|
|
27
|
-
|
|
28
|
-
`npm install modern-normalize`
|
|
29
|
-
|
|
30
|
-
```scss
|
|
31
|
-
@use 'react-asc/react-asc.scss';
|
|
32
|
-
```
|
|
33
|
-
|
|
34
26
|
### Usage
|
|
35
27
|
|
|
36
28
|
```js
|
|
@@ -46,48 +38,48 @@ react-asc provides built-in ts definition
|
|
|
46
38
|
|
|
47
39
|
## Included Components
|
|
48
40
|
|
|
49
|
-
-
|
|
50
|
-
-
|
|
51
|
-
-
|
|
52
|
-
-
|
|
53
|
-
-
|
|
54
|
-
-
|
|
55
|
-
-
|
|
56
|
-
-
|
|
57
|
-
-
|
|
58
|
-
-
|
|
59
|
-
-
|
|
60
|
-
-
|
|
61
|
-
-
|
|
62
|
-
-
|
|
63
|
-
-
|
|
64
|
-
-
|
|
65
|
-
-
|
|
66
|
-
-
|
|
67
|
-
-
|
|
68
|
-
-
|
|
69
|
-
-
|
|
70
|
-
-
|
|
71
|
-
-
|
|
72
|
-
-
|
|
73
|
-
-
|
|
74
|
-
-
|
|
75
|
-
-
|
|
76
|
-
-
|
|
77
|
-
|
|
78
|
-
-
|
|
79
|
-
-
|
|
80
|
-
-
|
|
81
|
-
-
|
|
82
|
-
-
|
|
83
|
-
-
|
|
84
|
-
-
|
|
85
|
-
-
|
|
86
|
-
-
|
|
87
|
-
-
|
|
88
|
-
-
|
|
89
|
-
-
|
|
90
|
-
-
|
|
41
|
+
- Alert (beta)
|
|
42
|
+
- AppBar
|
|
43
|
+
- AutoComplete (beta)
|
|
44
|
+
- Backdrop
|
|
45
|
+
- Badge
|
|
46
|
+
- Breadcrumb
|
|
47
|
+
- Button
|
|
48
|
+
- ButtonGroup
|
|
49
|
+
- Card
|
|
50
|
+
- Checkbox
|
|
51
|
+
- Chip
|
|
52
|
+
- CssTransition
|
|
53
|
+
- ConditionalWrapper
|
|
54
|
+
- DateSelect
|
|
55
|
+
- Drawer
|
|
56
|
+
- ExpansionPanel
|
|
57
|
+
- FileInput
|
|
58
|
+
- FloatingActionButton
|
|
59
|
+
- Form (beta)
|
|
60
|
+
- Grid
|
|
61
|
+
- Icon
|
|
62
|
+
- IconButton
|
|
63
|
+
- Link
|
|
64
|
+
- List
|
|
65
|
+
- LoadingIndicator
|
|
66
|
+
- Menu
|
|
67
|
+
- Modal + ModalService
|
|
68
|
+
- NumberSelect
|
|
69
|
+
Portal
|
|
70
|
+
- Select
|
|
71
|
+
- Sidebar
|
|
72
|
+
- Skeleton (Avatar, Image, Text, SkeletonFooter)
|
|
73
|
+
- Snackbar + SnackbarService
|
|
74
|
+
- SpeedDial
|
|
75
|
+
- Stepper (beta)
|
|
76
|
+
- Table (beta)
|
|
77
|
+
- Tabs
|
|
78
|
+
- Textarea
|
|
79
|
+
- TimeSelect
|
|
80
|
+
- Tooltip
|
|
81
|
+
- TreeView (beta)
|
|
82
|
+
- Typography
|
|
91
83
|
|
|
92
84
|
## Credit
|
|
93
85
|
|