diff --git a/pages/Getstarted.stories.mdx b/pages/Getstarted.stories.mdx index 1544fd1..ebbcef4 100644 --- a/pages/Getstarted.stories.mdx +++ b/pages/Getstarted.stories.mdx @@ -1,14 +1,21 @@ -import { Meta } from '@storybook/addon-docs'; +import { Meta, Source } from '@storybook/addon-docs'; +# Getting Started + +Welcome to Bootwind UI – the ultimate toolkit for creating beautiful, responsive user interfaces with ease. Follow these steps to quickly integrate Bootwind UI into your project. + ## **Install** Bootwind UI should be installed as a `dependency` of your app. -```sh + ## **Setup** @@ -16,7 +23,8 @@ Bootwind UI components are styled using CSS in JS. This technique requires a sty Place a `` at the root of your app and pass theme as a prop. -```jsx + - - , - document.getElementById('root') -); -``` + + + + +, document.getElementById('root') ); `} language="jsx" /> ## **Usage** That's it. You can now use Bootwind UI components in your app. -```jsx + ; -``` +`} language="jsx" / + +>