Skip to content

Commit ad506e7

Browse files
authored
Merge pull request #2802 from gluestack/feat/meta-titles-description-updates
Feat/meta titles description updates
2 parents eac8467 + d6e89ff commit ad506e7

File tree

71 files changed

+215
-193
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+215
-193
lines changed

example/storybook-nativewind/src/apps/dashboard-app/index.stories.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Dashboard App | gluestack-ui
3-
description: A dashboard app created using all the components of gluestack-ui v2
2+
title: gluestack-ui Dashboard App Component | React Native Dashboard App Installation
3+
description: Create beautiful React Native dashboard app component using gluestack-ui. Design your ideal dashboard app with advanced components for efficient app management.
44
toc: false
55
---
66

example/storybook-nativewind/src/apps/kitchensink-app/index.stories.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Kitchensink App | gluestack-ui
3-
description: Showcasing interactive examples of all Gluestack components for web and native platforms.
2+
title: Kitchensink App | React Native UI Components | gluestack-ui
3+
description: Explore gluestack’s React Native UI components library with the kitchensink app. Build beautiful apps with ready-to-use React Native libraries and UI elements.
44
toc: false
55
---
66

example/storybook-nativewind/src/apps/starter-kit/index.stories.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Starter Kit | gluestack-ui
3-
description: A starter kit created using all the components of gluestack-ui v2
2+
title: Starter Kit | React Native UI Kit | gluestack-ui
3+
description: Build apps faster with our Starter Kit for React & React Native. Compatible with React Native Expo, it offers a seamless React Native UI kit for streamlined app development.
44
toc: false
55
---
66

example/storybook-nativewind/src/apps/storybook-app/index.stories.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Storybook App | gluestack-ui
3-
description: A storybook app created using all the components of gluestack-ui v2
2+
title: Storybook App | React Native Storybook | gluestack-ui
3+
description: Explore the gluestack's Storybook App component for streamlined React & React Native UI design. Build, test, and showcase React Native components with ease.
44
toc: false
55
---
66

example/storybook-nativewind/src/apps/todo-app/index.stories.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Todo App | gluestack-ui
3-
description: A todo app created using all the components of gluestack-ui v2
2+
title: Todo App | React Native Todo App | gluestack-ui
3+
description: Build a React & React Native Todo App component with gluestack-ui. Explore gluestack-ui menu components to create a sleek, efficient Todo app interface. Perfect for your next project.
44
toc: false
55
---
66

example/storybook-nativewind/src/components/Accordion/index.nw.stories.mdx

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: Accordion | gluestack-ui | Installation, Usage, and API
2+
title: Accordion Component | gluestack-ui | Installation, Usage & API
33

4-
description: Efficiently organize and present content in a compact, interactive interface.
4+
description: Explore gluestack's Accordion component for Expo, next.js, React & React Native. Build sleek, interactive accordions with ease.
55

66
pageTitle: Accordion
77

8-
pageDescription: Efficiently organize and present content in a compact, interactive interface.
8+
pageDescription: Explore gluestack's Accordion component for Expo, next.js, React & React Native. Build sleek, interactive accordions with ease.
99

1010
showHeader: true
1111
---

example/storybook-nativewind/src/components/Actionsheet/index.nw.stories.mdx

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: Actionsheet | gluestack-ui | Installation, Usage, and API
2+
title: gluestack-ui Actionsheet Component | Installation, Usage & API
33

4-
description: Quickly access options overlaying the app's content for efficient user actions.
4+
description: Discover the ActionSheet component for Expo, React & React Native. Easily create intuitive action sheets in your app with gluestack-ui. Learn more in our detailed documentation!
55

66
pageTitle: Actionsheet
77

8-
pageDescription: Quickly access options overlaying the app's content for efficient user actions.
8+
pageDescription: Discover the ActionSheet component for Expo, React & React Native. Easily create intuitive action sheets in your app with gluestack-ui. Learn more in our detailed documentation!
99

1010
showHeader: true
1111
---

example/storybook-nativewind/src/components/Alert/index.nw.stories.mdx

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: gluestack-ui Alert Component | Installation, Usage, and API
2+
title: gluestack-ui Alert Component | React Native Alert Installation & API
33

4-
description: Status indicators notify users of important system, feature, or page conditions that require attention.
4+
description: gluestack-ui offers a responsive React Native Alert component with multiple styles. Easily integrate alerts into your UI with customizable React Native alert styles.
55

66
pageTitle: Alert
77

8-
pageDescription: Status indicators notify users of important system, feature, or page conditions that require attention.
8+
pageDescription: gluestack-ui offers a responsive React Native Alert component with multiple styles. Easily integrate alerts into your UI with customizable React Native alert styles.
99

1010
showHeader: true
1111
---

example/storybook-nativewind/src/components/AlertDialog/index.nw.stories.mdx

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: gluestack-ui AlertDialog Component | Installation, Usage, and API
2+
title: gluestack-ui AlertDialog Component | React Native Dialog Installation
33

4-
description: Prompt users to take action with interruptions for confirmations or important prompts.
4+
description: Build seamless React Native dialogs with the AlertDialog component. Enhance user engagement with smooth and responsive modal prompts.
55

66
pageTitle: AlertDialog
77

8-
pageDescription: Prompt users to take action with interruptions for confirmations or important prompts.
8+
pageDescription: Build seamless React Native dialogs with the AlertDialog component. Enhance user engagement with smooth and responsive modal prompts.
99

1010
showHeader: true
1111
---

example/storybook-nativewind/src/components/Avatar/index.nw.stories.mdx

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: gluestack-ui Avatar Component | Installation, Usage, and API
2+
title: gluestack-ui Avatar Component | Avatar Installation, Usage & API
33

4-
description: Enhance UI engagement with a versatile element showing user profiles via pictures, initials, or icons
4+
description: Enhance your UI with our React Native Avatar component. Explore gluestack's-ui Avatar for seamless design and customization. Check out the docs to add an Avatar component to your app!
55

66
pageTitle: Avatar
77

8-
pageDescription: Enhance UI engagement with a versatile element showing user profiles via pictures, initials, or icons
8+
pageDescription: Enhance your UI with our React Native Avatar component. Explore gluestack's-ui Avatar for seamless design and customization. Check out the docs to add an Avatar component to your app!
99

1010
showHeader: true
1111
---

example/storybook-nativewind/src/components/Badge/index.nw.stories.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: gluestack-ui Badge Component | Installation, Usage, and API
33

4-
description: Add status indicators to your interface for clear, attention-grabbing usability cues, conveying crucial information swiftly.
4+
description: Enhance your app with gluestack-ui's Badge component. A versatile React Native badge with multiple variants for clear status indicators in your badges component.
55

66
pageTitle: Badge
77

8-
pageDescription: Add status indicators to your interface for clear, attention-grabbing usability cues, conveying crucial information swiftly.
8+
pageDescription: Enhance your app with gluestack-ui's Badge component. A versatile React Native badge with multiple variants for clear status indicators in your badges component.
99

1010
showHeader: true
1111
---

example/storybook-nativewind/src/components/BottomSheet/index.nw.stories.mdx

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: gluestack-ui BottomSheet Component | Installation, Usage, and API
2+
title: gluestack-ui Bottomsheet Component | React Native Bottom Sheet
33

4-
description: The bottomsheet component is simpler implementation of gorhom bottomsheet.
4+
description: Implement a dynamic bottom sheet in React & React Native with gluestack's bottomsheet component. Learn how to integrate and customize the Bottom Sheet in React Native.
55

66
pageTitle: BottomSheet
77

8-
pageDescription: The bottomsheet component is simpler implementation of gorhom bottomsheet.
8+
pageDescription: Implement a dynamic bottom sheet in React & React Native with gluestack's bottomsheet component. Learn how to integrate and customize the Bottom Sheet in React Native.
99

1010
showHeader: true
1111

example/storybook-nativewind/src/components/Box/index.nw.stories.mdx

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: gluestack-ui Box Component | Installation, Usage, and API
2+
title: gluestack-ui Box Components | Installation, Usage, and API
33

4-
description: Flexible layout tool with customizable styles and props for simple to complex structures.
4+
description: Use gluestack-ui Box, a powerful box component for flexible layouts. Customize styles, props, and structure easily for web and native platforms.
55

66
pageTitle: Box
77

8-
pageDescription: Flexible layout tool with customizable styles and props for simple to complex structures.
8+
pageDescription: Use gluestack-ui Box, a powerful box component for flexible layouts. Customize styles, props, and structure easily for web and native platforms.
99

1010
showHeader: true
1111

example/storybook-nativewind/src/components/Button/index.nw.stories.mdx

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: gluestack-ui Button Component | Installation, Usage, and API
2+
title: gluestack-ui Button Component | Button Installation in React Native
33

4-
description: Trigger an action or event with customizable size, shape, color, and behavior.
4+
description: Discover a powerful button component for React & React Native with customizable size, shape, color, and behavior. Perfect for UI design & seamless user interactions.
55

66
pageTitle: Button
77

8-
pageDescription: Trigger an action or event with customizable size, shape, color, and behavior.
8+
pageDescription: Discover a powerful button component for React & React Native with customizable size, shape, color, and behavior. Perfect for UI design & seamless user interactions.
99

1010
showHeader: true
1111
---

example/storybook-nativewind/src/components/Card/index.nw.stories.mdx

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: gluestack-ui Card Component | Installation, Usage, and API
2+
title: gluestack-ui Card Component | Card Installation, Usage, and API
33

4-
description: A Card component serves as a visual container that groups related content and actions.
4+
description: Build beautiful interfaces with the gluestack-ui Card component. This React Native card offers a clean, modern design for any project. Perfect for seamless card design UI integration.
55

66
pageTitle: Card
77

8-
pageDescription: A Card component serves as a visual container that groups related content and actions.
8+
pageDescription: Build beautiful interfaces with the gluestack-ui Card component. This React Native card offers a clean, modern design for any project. Perfect for seamless card design UI integration.
99

1010
showHeader: true
1111

example/storybook-nativewind/src/components/Center/index.nw.stories.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: gluestack-ui Center Component | Installation, Usage, and API
33

4-
description: Helps center-align content and can create complex layouts easily.
4+
description: gluestack-ui Center component helps center-align text and content in React Native. Perfect for creating responsive layouts with React Native text center support.
55

66
pageTitle: Center
77

8-
pageDescription: Helps center-align content and can create complex layouts easily.
8+
pageDescription: gluestack-ui Center component helps center-align text and content in React Native. Perfect for creating responsive layouts with React Native text center support.
99

1010
showHeader: true
1111

example/storybook-nativewind/src/components/Checkbox/index.nw.stories.mdx

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: gluestack-ui Checkbox Component | Installation, Usage, and API
2+
title: gluestack-ui CheckBox Component | Checkbox Installation in React Native
33

4-
description: Base input element to toggle options on and off, ideal for forms and data systems.
4+
description: Build interactive forms with a checkbox component for React & React Native. Features include hover, focus, disabled states, and multiple checkbox selection.
55

66
pageTitle: Checkbox
77

8-
pageDescription: Base input element to toggle options on and off, ideal for forms and data systems.
8+
pageDescription: Build interactive forms with a checkbox component for React & React Native. Features include hover, focus, disabled states, and multiple checkbox selection.
99

1010
showHeader: true
1111
---

example/storybook-nativewind/src/components/Divider/index.nw.stories.mdx

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: gluestack-ui Divider Component | Installation, Usage, and API
2+
title: gluestack-ui Divider Component | React Native Divider Installation
33

4-
description: Organize content visually with separators for a more structured, easy-to-read interface.
4+
description: gluestack-ui's Divider component ensures a well-structured interface. Use the Divider component for clean content separation in your design with flexible orientation options.
55

66
pageTitle: Divider
77

8-
pageDescription: Organize content visually with separators for a more structured, easy-to-read interface.
8+
pageDescription: gluestack-ui's Divider component ensures a well-structured interface. Use the Divider component for clean content separation in your design with flexible orientation options.
99

1010
showHeader: true
1111
---

example/storybook-nativewind/src/components/Drawer/index.nw.stories.mdx

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
---
2-
title: Drawer | gluestack-ui | Installation, Usage, and API
2+
title: gluestack-ui Drawer Component | React Native Drawer Installation
3+
4+
description: Implement a responsive Drawer component in React & React Native for navigation and content display. Learn how to install, customize, and integrate it into your project.
35

4-
description: A sliding panel that emerges from the edge of the screen to reveal additional content or navigation options..
56
pageTitle: Drawer
67

7-
pageDescription: A sliding panel that emerges from the edge of the screen to reveal additional content or navigation options..
8+
pageDescription: Implement a responsive Drawer component in React & React Native for navigation and content display. Learn how to install, customize, and integrate it into your project.
9+
810
showHeader: true
911
---
1012

example/storybook-nativewind/src/components/Fab/index.nw.stories.mdx

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: gluestack-ui Fab Component | Installation, Usage, and API
2+
title: gluestack-ui Fab Component | React Native Fab Installation, Usage & API
33

4-
description: A dynamic button that stays visible, offering convenient access to a primary action.
4+
description: Improve your React Native app with the FAB component. Learn how to implement a React Native FAB button using gluestack-ui for a smooth UI experience.
55

66
pageTitle: Fab
77

8-
pageDescription: A dynamic button that stays visible, offering convenient access to a primary action.
8+
pageDescription: Improve your React Native app with the FAB component. Learn how to implement a React Native FAB button using gluestack-ui for a smooth UI experience.
99

1010
showHeader: true
1111
---

example/storybook-nativewind/src/components/FormControl/index.nw.stories.mdx

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: gluestack-ui FormControl Component | Installation, Usage, and API
2+
title: gluestack-ui FormControl Component | React FormControl Installation
33

4-
description: Provide context to form elements, such as invalid, disabled, or required states.
4+
description: Enhance form usability with FormControl components in React. Manage validation, disabled states, and more. Easy integration for seamless form handling.
55

66
pageTitle: FormControl
77

8-
pageDescription: Provide context to form elements, such as invalid, disabled, or required states.
8+
pageDescription: Enhance form usability with FormControl components in React. Manage validation, disabled states, and more. Easy integration for seamless form handling.
99

1010
showHeader: true
1111
---

example/storybook-nativewind/src/components/Grid/index.nw.stories.mdx

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: gluestack-ui Grid Component | Installation, Usage, and API
2+
title: gluestack-ui Grid Component | React Native Grid Installation, Usage, and API
33

4-
description: Utilize a versatile layout tool for creating grid-based UIs with rows and columns. Flexible and robust for diverse layout structures.
4+
description: Create responsive layouts with the gluestack-ui Grid component. A flexible React Native grid layout for seamless UI design in web and mobile apps with rows and columns.
55

66
pageTitle: Grid
77

8-
pageDescription: Utilize a versatile layout tool for creating grid-based UIs with rows and columns. Flexible and robust for diverse layout structures.
8+
pageDescription: Create responsive layouts with the gluestack-ui Grid component. A flexible React Native grid layout for seamless UI design in web and mobile apps with rows and columns.
99

1010
showHeader: true
1111

example/storybook-nativewind/src/components/HStack/index.nw.stories.mdx

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: gluestack-ui HStack Component | Installation, Usage, and API
2+
title: gluestack-ui HStack Component | Hstack React Native Installation
33

4-
description: HStack is a layout component for arranging elements horizontally.
4+
description: Use the gluestack-ui HStack component in React Native to align elements horizontally. Easily customize layouts with spacing and reverse props. Learn how to install and use HStack today!
55

66
pageTitle: HStack
77

8-
pageDescription: HStack is a layout component for arranging elements horizontally.
8+
pageDescription: Use the gluestack-ui HStack component in React Native to align elements horizontally. Easily customize layouts with spacing and reverse props. Learn how to install and use HStack today!
99

1010
showHeader: true
1111

example/storybook-nativewind/src/components/Heading/index.nw.stories.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: gluestack-ui Heading Component | Installation, Usage, and API
33

4-
description: Generates headings from h1 to h6 with different sizes and semantic meanings.
4+
description: Explore the gluestack-ui Heading Component with installation steps, API reference, and usage examples. Customize React Native headings with different sizes and styles easily for your projects.
55

66
pageTitle: Heading
77

8-
pageDescription: Generates headings from h1 to h6 with different sizes and semantic meanings.
8+
pageDescription: Explore the gluestack-ui Heading Component with installation steps, API reference, and usage examples. Customize React Native headings with different sizes and styles easily for your projects.
99

1010
showHeader: true
1111

example/storybook-nativewind/src/components/Icon/index.nw.stories.mdx

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: gluestack-ui Icon Component | Installation, Usage, and API
2+
title: gluestack-ui Icon Component | Installation, Usage & API
33

4-
description: Icons provide clear, intuitive visual cues for better usability and accessibility in digital products.
4+
description: Use gluestack-ui Icon component to enhance your web and mobile app with scalable component icons. A must-have React Native icon library for modern development!
55

66
pageTitle: Icon
77

8-
pageDescription: Icons provide clear, intuitive visual cues for better usability and accessibility in digital products.
8+
pageDescription: Use gluestack-ui Icon component to enhance your web and mobile app with scalable component icons. A must-have React Native icon library for modern development!
99

1010
showHeader: true
1111

example/storybook-nativewind/src/components/Image/index.nw.stories.mdx

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: gluestack-ui Image Component | Installation, Usage, and API
2+
title: gluestack-ui Image Component | Image Installation, Usage & API
33

4-
description: Enhance your app or website with captivating visuals using our Image feature.
4+
description: Enhance your app with the Image component from gluestack-ui. Build seamless UI component images in React & React Native with ease. Explore the docs now!
55

66
pageTitle: Image
77

8-
pageDescription: Enhance your app or website with captivating visuals using our Image feature.
8+
pageDescription: Enhance your app with the Image component from gluestack-ui. Build seamless UI component images in React & React Native with ease. Explore the docs now!
99

1010
showHeader: true
1111
---

example/storybook-nativewind/src/components/Input/index.nw.stories.mdx

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: gluestack-ui Input Component | Installation, Usage, and API
2+
title: gluestack-ui Input Component | React Native Input Installation
33

4-
description: Gather user input with a sleek, user-friendly text field for forms and search features.
4+
description: A feature-rich React Native Input component – supports icons, validation, and styling options for seamless user input in your mobile app.
55

66
pageTitle: Input
77

8-
pageDescription: Gather user input with a sleek, user-friendly text field for forms and search features.
8+
pageDescription: A feature-rich React Native Input component – supports icons, validation, and styling options for seamless user input in your mobile app.
99

1010
showHeader: true
1111
---

example/storybook-nativewind/src/components/Link/index.nw.stories.mdx

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: gluestack-ui Link Component | Installation, Usage, and API
2+
title: gluestack-ui Link Component | React Native Link Installation
33

4-
description: Enable seamless navigation with hyperlinked text for a user-friendly website experience.
4+
description: Enhance navigation with a React Native link component. Seamless UI link design for intuitive user experiences. Learn more!
55

66
pageTitle: Link
77

8-
pageDescription: Enable seamless navigation with hyperlinked text for a user-friendly website experience.
8+
pageDescription: Enhance navigation with a React Native link component. Seamless UI link design for intuitive user experiences. Learn more!
99

1010
showHeader: true
1111
---

0 commit comments

Comments
 (0)