Skip to content

Commit

Permalink
fix: adjust the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
omariosouto committed Dec 28, 2021
1 parent ec8da6f commit 634c1e1
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/components/box/box.stories.mdx
Expand Up @@ -9,6 +9,8 @@ import { Box } from '@lib/components';
Box is the most basic component that we have. The idea is to be the representation of a "box" in the UI. It can be used to create a container for other components.
You also are able to provide a `tag` prop where you change the displayed tag for semantics in the web.

> [Wanna test the props? To go Storybook](http://storybook.skynexui.dev/?path=/story/components-box--box-component)
<ArgsTable of={Box} />

<Canvas>
Expand All @@ -33,4 +35,3 @@ You also are able to provide a `tag` prop where you change the displayed tag for
{(args) => <Box {...args} />}
</Story>
</Canvas>

2 changes: 2 additions & 0 deletions lib/components/button/button.stories.mdx
Expand Up @@ -7,6 +7,8 @@ import { Button } from '@lib/components';

Button is the component that you use, for get user taps and clicks.

> [Wanna test the props? To go Storybook](http://storybook.skynexui.dev/?path=/docs/components-button--button-component)
<ArgsTable of={Button} />

<Canvas>
Expand Down
2 changes: 2 additions & 0 deletions lib/components/icon/icon.stories.mdx
Expand Up @@ -7,6 +7,8 @@ import { Icon } from '@lib/components';

Icon component explains itself.

> [Wanna test the props? To go Storybook](http://storybook.skynexui.dev/?path=/docs/components-icon--icon-component)
<ArgsTable of={Icon} />

<Canvas>
Expand Down
2 changes: 2 additions & 0 deletions lib/components/image/image.stories.mdx
Expand Up @@ -7,6 +7,8 @@ import { Image } from '@lib/components';

Image component explains itself.

> [Wanna test the props? To go Storybook](http://storybook.skynexui.dev/?path=/docs/components-image--image-component)
<ArgsTable of={Image} />

<Canvas>
Expand Down
2 changes: 2 additions & 0 deletions lib/components/provider/provider.stories.mdx
Expand Up @@ -8,6 +8,8 @@ import { Provider } from '@lib/components';

Provider is a wrapper that allows you to have enabled the facilities that the library has to offer in different environments

> [Wanna test the props? To go Storybook](http://storybook.skynexui.dev/?path=/docs/components-provider--provider-component)
<Canvas>
<Story
name="Provider Component"
Expand Down
2 changes: 2 additions & 0 deletions lib/components/text/text.stories.mdx
Expand Up @@ -8,6 +8,8 @@ import { Text } from '@lib/components';

Text is the component that you use, always when you want to print a word or a phrase anywhere in your code.

> [Wanna test the props? To go Storybook](http://storybook.skynexui.dev/?path=/docs/components-text--text-component)
<ArgsTable of={Text} />

<Canvas>
Expand Down
2 changes: 2 additions & 0 deletions lib/components/textfield/textfield.stories.mdx
Expand Up @@ -7,6 +7,8 @@ import { TextField } from '@lib/components';

TextField component explains itself.

> [Wanna test the props? To go Storybook](http://storybook.skynexui.dev/?path=/docs/components-textfield--text-field-component)
<ArgsTable of={TextField} />

<Canvas>
Expand Down

1 comment on commit 634c1e1

@vercel
Copy link

@vercel vercel bot commented on 634c1e1 Dec 28, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.