diff --git a/README.md b/README.md index f3831bd..c2766fb 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Acess the component playground, in storybook, to know how to use our Open Source | [`Link`] | `label`='Your string'
`href`='/your-link'
`target`='_blank\|_self' | `onColor`={true\|false}
`disabled`={true\|false}
`icon`={true\|false}
`handleClick`={function} | [`Menu`] | `ariaLabel`='Your string'
`menuList`={[{label: 'Your string', tagLabel: 'Your string', isCurrent:true\|false, handleClick: function}]} | `isOpen`={true\|false} | [`Modal`] | `isOpen`={true\|false}
`isDoubleAction`={true\|false}
`firstActionLabel`='Your string'
`secondActionLabel`='Your string'
`handleConfirm`={function}
`handleClose`={function} | `isCloseDisabled`={true\|false}
`handleCancel`={function} -| [`Notification`] | title="Your string"
`content`="Your string"
`buttonText`="Your string"
`handleConfirm`={function}
`handleClose`={function} | `isOpen`={true\|false}
+| [`Notification`] | `title`="Your string"
`content`="Your string"
`buttonText`="Your string"
`handleConfirm`={function}
`handleClose`={function} | `isOpen`={true\|false}
|[`OverflowMenu`] | `menuList`={[{label: 'Your string', tagLabel:'Your string', handleClick:function}]} | `isOpen`={true\|false}
`onColor`={true\|false}
`toggleMenu`={function}
`getCurrentMenuItem`={function} | [`InputSelect`] | `label`='Your string'
`options`]=['your option', 'your option']}
`handleChange`={function} | `disabled`={true\|false}
`error`={true\|false} `errorMsg`='Your string'
`placeholder`='Your string'
`onColor`={true\|false} | [`Steps`] | `ariaLabel`=''
`steps`]=[{type: 'current'\|'finish'\|'next',title: 'Your string'}]} |