Skip to content

Commit

Permalink
fix: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ankit-tailor committed Jun 4, 2024
1 parent 86118d5 commit 27f9a65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion example/storybook-nativewind/.storybook/preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export const parameters = {
['Fab', 'Skeleton'],
],
'Apps',
['Dashboard App', 'Starter Kit', 'Storybook App'],
['Dashboard App', 'Storybook App'],
'Guides',
['Recipes', ['Linear Gradient'], 'More', ['Changelog']],
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,9 @@ toc: false

import { Canvas, Meta, Story } from '@storybook/addon-docs';
import Responsiveness from '../../extra-components/nativewind/Responsive';
import { starterKit } from '../../extra-components/nativewind/appConfig';


<Meta title="with-nativewind/Apps/Starter Kit" />

# Starter Kit

This [Starter Kit](https://gluestack-ui-starter-kits.vercel.app/) is built using `gluestack-ui` components styled with `NativeWind`.

<Responsiveness {...starterKit} />

GitHub link for this [Starter Kit](https://github.com/gluestack/gluestack-ui-starter-kits).
Comming soon...

0 comments on commit 27f9a65

Please sign in to comment.