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
Copy file name to clipboardExpand all lines: example/lib/example/storybook/src/components/Layout/Divider/index.stories.mdx
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -125,6 +125,17 @@ The Examples section provides visual representations of the different variants o
125
125
126
126
A GSDivider widget with different layouts offers versatile options for visually dividing content in various arrangements, such as horizontal or vertical orientations, enabling flexible and visually appealing designs for organizing and structuring widgets within a user interface.
A GSDivider widget with a specified divider orientation allows for clear visual separation of content, either horizontally or vertically, providing a structured and organized layout within a user interface.
@@ -167,29 +167,168 @@ The Examples section provides visual representations of the different variants o
167
167
168
168
An GSAvatar widget with text displays a stylized representation of a user or entity alongside accompanying text, providing a visual and textual identification within a user interface.
An GSAvatar widget with an icon combines a graphical symbol or icon with a user or entity representation, providing a visually appealing and easily recognizable identification within a user interface.
An GSAvatar widget with an image incorporates a user or entity representation using a profile picture or image, adding a personalized touch and visual identification within a user interface.
An GSAvatar Group widget without badges organizes multiple avatars in a visually cohesive manner, offering a streamlined display of user or entity representations without additional visual indicators or badges within a user interface.
270
+
```
271
+
272
+
#### GSAvatar Group
273
+
274
+
The avatar group allows users to group avatars and display them in a horizontal or vertical row for better visual representation and functionality.
An GSAvatar Group widget with badges presents a collection of avatars with accompanying badges, providing visual indicators or additional information associated with each user or entity representation within a user interface.
A custom GSAvatar widget with text allows for personalized user or entity representations by combining customized visuals, such as an image or icon, with accompanying text, providing a unique and identifiable presentation within a user interface.
Copy file name to clipboardExpand all lines: example/lib/example/storybook/src/components/MediaAndIcons/Icon/index.stories.mdx
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -107,7 +107,3 @@ GSIcon widget is created using Icon widget from flutter. It extends all the prop
107
107
</AppProvider>
108
108
109
109
> Note: These properties are exclusively applicable when utilizing the default configuration of gluestack-ui/config. If you are using a custom theme, these props may not be available.
110
-
111
-
### Examples
112
-
113
-
The Examples section provides visual representations of the different variants of the widget, allowing you to quickly and easily determine which one best fits your needs. Simply copy the code and integrate it into your project.
0 commit comments