Skip to content

Commit c24060e

Browse files
committed
feat: added rsc badge
1 parent 64f3493 commit c24060e

File tree

10 files changed

+18
-2
lines changed

10 files changed

+18
-2
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ pageTitle: Box
88
pageDescription: Flexible layout tool with customizable styles and props for simple to complex structures.
99

1010
showHeader: true
11+
12+
tag: RSC
1113
---
1214

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

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ pageTitle: Card
88
pageDescription: A Card component serves as a visual container that groups related content and actions.
99

1010
showHeader: true
11+
12+
tag: RSC
1113
---
1214

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

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ pageTitle: Center
88
pageDescription: Helps center-align content and can create complex layouts easily.
99

1010
showHeader: true
11+
12+
tag: RSC
1113
---
1214

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pageDescription: Utilize a versatile layout tool for creating grid-based UIs wit
99

1010
showHeader: true
1111

12-
tag: alpha
12+
tag: alpha RSC
1313
---
1414

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

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ pageTitle: HStack
88
pageDescription: HStack is a layout component for arranging elements horizontally.
99

1010
showHeader: true
11+
12+
tag: RSC
1113
---
1214

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

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ pageTitle: Heading
88
pageDescription: Generates headings from h1 to h6 with different sizes and semantic meanings.
99

1010
showHeader: true
11+
12+
tag: RSC
1113
---
1214

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

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ pageTitle: Icon
88
pageDescription: Icons provide clear, intuitive visual cues for better usability and accessibility in digital products.
99

1010
showHeader: true
11+
12+
tag: RSC
1113
---
1214

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pageDescription: Show a placeholder during content loading to indicate that the
99

1010
showHeader: true
1111

12-
tag: alpha
12+
tag: alpha RSC
1313
---
1414

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

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ pageTitle: Text
88
pageDescription: A text component that supports paragraphs and various formatting options.
99

1010
showHeader: true
11+
12+
tag: RSC
1113
---
1214

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

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ pageTitle: VStack
88
pageDescription: VStack is a layout component for arranging elements vertically.
99

1010
showHeader: true
11+
12+
tag: RSC
1113
---
1214

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

0 commit comments

Comments
 (0)