Skip to content

Commit

Permalink
components parameters updated in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fborges90 committed Jul 25, 2021
1 parent b4da6c3 commit 5792cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Acess the component playground, in storybook, to know how to use our Open Source
| [`TagHighlight`] | label="Your string" <br> tabIndex={number} |
| [`TagSelect`] | label="Your string" <br> handleChange={function} | disabled={true\|false} <br> onColor={true\|false} <br> active={true\|false}
| [`Tooltip`] | position='bottom-end'\|'bottom-start'\|'bottom'\|'left-end'\|'left-start'\|'left'\|'right-end'\|'right-start'\|'right'\|'top-end'\|'top-start'\|'top' <br> body='Your string' <br> children={React.Component} | onColor={true\|false}
| [`Typography`] | component='heading\|subtitle\|paragraph\|caption' | If component attribute is 'heading', variant='h1\|h2\|h3\|h4\|h5\|h6' <br><br> If component attribute is 'heading', size='x-small'\|'small'\|'medium'\|'large'\|'x-large'\|'display' <br><br> If component attribute is 'subtitle', size='small'\|'large' <br><br> If component attribute is 'paragraph', size='small'\|'large'
| [`Typography`] | component='heading\|subtitle\|paragraph\|caption' | If component attribute is 'heading', variant='h1\|h2\|h3\|h4\|h5\|h6' <br><br> If component attribute is 'heading', size='x-small'\|'small'\|'medium'\|'large'\|'x-large'\|'display' <br><br> If component attribute is 'subtitle', size='small'\|'large' <br><br> If component attribute is 'paragraph', size='small'\|'large' <br><br> onColor={true\|false}

## Quick start - React

Expand Down

0 comments on commit 5792cc2

Please sign in to comment.