Skip to content

Commit e9554f6

Browse files
committed
fix: meta of storybook
1 parent e70893d commit e9554f6

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

example/storybook-nativewind/src/hooks/useBreakPointValue/index.nw.stories.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: gluestack-ui Alert Component | Installation, Usage, and API
33

4-
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.
4+
description: useBreakpointValue returns the value for the current breakpoint based on the provided responsive values object.
55

6-
pageTitle: Alert
6+
pageTitle: useBreakpointValue
77

8-
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.
8+
pageDescription: useBreakpointValue returns the value for the current breakpoint based on the provided responsive values object.
99

1010
showHeader: true
1111
---

example/storybook-nativewind/src/hooks/useMediaQuery/index.nw.stories.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
---
22
title: gluestack-ui Alert Component | Installation, Usage, and API
33

4-
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.
4+
description: useMediaQuery is a custom hook that helps detect matches between a single media query or multiple media queries.
55

6-
pageTitle: Alert
6+
pageTitle: useMediaQuery
77

8-
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.
8+
pageDescription: useMediaQuery is a custom hook that helps detect matches between a single media query or multiple media queries.
99

1010
showHeader: true
1111
---
1212

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

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

1717
import {
1818
Box,

0 commit comments

Comments
 (0)