You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `UNSTABLE_EmptyState` component is a main container responsible for positioning the [UNSTABLE_EmptyStateSection](#unstable-emptystatesection) components or content.
14
+
The `EmptyState` component is a main container responsible for positioning the [EmptyStateSection](#unstable-emptystatesection) components or content.
<!--EmptyStateSection components or content go here -->
22
19
</div>
23
20
```
24
21
25
22
This component is based on the [Stack][stack] component and accepts all its variants. For more information about `Stack` usage options, see the [Stack documentation][stack].
26
23
27
-
### UNSTABLE_EmptyStateSection
24
+
### EmptyStateSection
28
25
29
-
The `UNSTABLE_EmptyStateSection` component is a container for the content of each section.
26
+
The `EmptyStateSection` component is a container for the content of each section.
30
27
31
28
```html
32
-
<divclass="Stack UNSTABLE_EmptyState__section">
33
-
<!--UNSTABLE_EmptyStateSection content go here -->
29
+
<divclass="Stack EmptyState__section">
30
+
<!--EmptyStateSection content go here -->
34
31
</div>
35
32
```
36
33
@@ -39,21 +36,21 @@ This component is based on the [Stack][stack] component and accepts all its vari
0 commit comments