Skip to content

Commit 0aaf8e5

Browse files
SurajSuraj
authored andcommitted
fix: stories
1 parent 98e95ee commit 0aaf8e5

File tree

68 files changed

+336
-71
lines changed

Some content is hidden

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

68 files changed

+336
-71
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,11 @@ npm i @gluestack-ui/actionsheet
148148
### Step 2: Copy and paste the following code into your project.
149149

150150
<CollapsibleCode>
151-
```jsx %%-- File: core-components/nativewind/Actionsheet/index.tsx --%% ```
151+
152+
```jsx
153+
%%-- File: core-components/nativewind/Actionsheet/index.tsx --%%
154+
```
155+
152156
</CollapsibleCode>
153157

154158
### Step 3: Update the import paths to match your project setup.

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,11 @@ npm i @gluestack-ui/actionsheet
152152
### Step 2: Copy and paste the following code into your project.
153153

154154
<CollapsibleCode>
155-
```jsx %%-- File: core-components/themed/actionsheet/index.tsx --%% ```
155+
156+
```jsx
157+
%%-- File: core-components/themed/actionsheet/index.tsx --%%
158+
```
159+
156160
</CollapsibleCode>
157161

158162
### Step 3: Update the import paths to match your project setup.

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,11 @@ npm i @gluestack-ui/alert
9898
### Step 2: Copy and paste the following code into your project.
9999

100100
<CollapsibleCode>
101-
```jsx %%-- File: core-components/nativewind/Alert/index.tsx --%% ```
101+
102+
```jsx
103+
%%-- File: core-components/nativewind/Alert/index.tsx --%%
104+
```
105+
102106
</CollapsibleCode>
103107

104108
### Step 3: Update the import paths to match your project setup.

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,11 @@ npm i @gluestack-ui/alert
9696
### Step 2: Copy and paste the following code into your project.
9797

9898
<CollapsibleCode>
99-
```jsx %%-- File: core-components/themed/alert/index.tsx --%% ```
99+
100+
```jsx
101+
%%-- File: core-components/themed/alert/index.tsx --%%
102+
```
103+
100104
</CollapsibleCode>
101105

102106
### Step 3: Update the import paths to match your project setup.

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,11 @@ npm i @gluestack-ui/alert-dialog
151151
### Step 2: Copy and paste the following code into your project.
152152

153153
<CollapsibleCode>
154-
```jsx %%-- File: core-components/nativewind/AlertDialog/index.tsx --%% ```
154+
155+
```jsx
156+
%%-- File: core-components/nativewind/AlertDialog/index.tsx --%%
157+
```
158+
155159
</CollapsibleCode>
156160

157161
### Step 3: Update the import paths to match your project setup.

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,9 @@ npm i @gluestack-ui/alert-dialog
152152

153153
<CollapsibleCode>
154154

155-
```jsx %%-- File: core-components/themed/alert-dialog/index.tsx --%% ```
155+
```jsx
156+
%%-- File: core-components/themed/alert-dialog/index.tsx --%%
157+
```
156158

157159
</CollapsibleCode>
158160

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,11 @@ npm i @gluestack-ui/avatar
8989
### Step 2: Copy and paste the following code into your project.
9090

9191
<CollapsibleCode>
92-
```jsx %%-- File: core-components/nativewind/Avatar/index.tsx --%% ```
92+
93+
```jsx
94+
%%-- File: core-components/nativewind/Avatar/index.tsx --%%
95+
```
96+
9397
</CollapsibleCode>
9498

9599
### Step 3: Update the import paths to match your project setup.

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

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,11 @@ npm install @gluestack-ui/nativewind-utils
120120
Step 2: Copy and paste the following code into your project.
121121

122122
<CollapsibleCode>
123-
```jsx %%-- File: core-components/nativewind/Avatar/index.tsx --%% ```
123+
124+
```jsx
125+
%%-- File: core-components/nativewind/Avatar/index.tsx --%%
126+
```
127+
124128
</CollapsibleCode>
125129

126130
Step 3: Update the import paths to match your project setup.
@@ -139,7 +143,11 @@ npm install @gluestack-style/react
139143
Step 2: Copy and paste the following code into your project.
140144

141145
<CollapsibleCode>
142-
```jsx %%-- File: core-components/themed/avatar/index.tsx --%% ```
146+
147+
```jsx
148+
%%-- File: core-components/themed/avatar/index.tsx --%%
149+
```
150+
143151
</CollapsibleCode>
144152

145153
Step 3: Update the import paths to match your project setup.

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,11 @@ npm i @gluestack-ui/avatar
9090
### Step 2: Copy and paste the following code into your project.
9191

9292
<CollapsibleCode>
93-
```jsx %%-- File: core-components/themed/avatar/index.tsx --%% ```
93+
94+
```jsx
95+
%%-- File: core-components/themed/avatar/index.tsx --%%
96+
```
97+
9498
</CollapsibleCode>
9599

96100
### Step 3: Update the import paths to match your project setup.

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,11 @@ npm i @gluestack-ui/badge
114114
### Step 2: Copy and paste the following code into your project.
115115

116116
<CollapsibleCode>
117-
```jsx %%-- File: core-components/nativewind/Badge/index.tsx --%% ```
117+
118+
```jsx
119+
%%-- File: core-components/nativewind/Badge/index.tsx --%%
120+
```
121+
118122
</CollapsibleCode>
119123

120124
### Step 3: Update the import paths to match your project setup.

0 commit comments

Comments
 (0)