Skip to content

Commit

Permalink
fix: meta of storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
Viraj-10 committed Jul 11, 2024
1 parent e70893d commit e9554f6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
title: gluestack-ui Alert Component | Installation, Usage, and API

description: Alerts are used to communicate the status of a system, feature, or page. They indicate a specific state that may require attention from the user.
description: useBreakpointValue returns the value for the current breakpoint based on the provided responsive values object.

pageTitle: Alert
pageTitle: useBreakpointValue

pageDescription: Alerts are used to communicate the status of a system, feature, or page. They indicate a specific state that may require attention from the user.
pageDescription: useBreakpointValue returns the value for the current breakpoint based on the provided responsive values object.

showHeader: true
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
---
title: gluestack-ui Alert Component | Installation, Usage, and API

description: Alerts are used to communicate the status of a system, feature, or page. They indicate a specific state that may require attention from the user.
description: useMediaQuery is a custom hook that helps detect matches between a single media query or multiple media queries.

pageTitle: Alert
pageTitle: useMediaQuery

pageDescription: Alerts are used to communicate the status of a system, feature, or page. They indicate a specific state that may require attention from the user.
pageDescription: useMediaQuery is a custom hook that helps detect matches between a single media query or multiple media queries.

showHeader: true
---

import { Meta } from '@storybook/addon-docs';

<Meta title="with-nativewind/Hooks/UseMediaQueryBasic" />
<Meta title="with-nativewind/Hooks/useMediaQuery" />

import {
Box,
Expand Down

0 comments on commit e9554f6

Please sign in to comment.