You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 27, 2023. It is now read-only.
I have searched the issues of this repository and believe that this is not a duplicate.
Summary π‘
The ButtonsGroupo component is a component that works like a one of many choice to the user, these choices are all in the same context but the user can select only one. For example, selecting:
Last week
Last month
Last year
In the dashboard module.
The component will be used like this:
import{ButtonGroup}from'@platzily-ui/components'constMyComponent=()=>{constactions=[{// extends ButtonsProps object andselected: true||false// it applies the selected styles to the button}]return(<ButtonsGroupactions={actions}/>)}
Requirements π
The component must be tested using unit testing
Motivation π¦
A way to let the user decide between any qty of contexts
Checklist β
Summary π‘
The ButtonsGroupo component is a component that works like a one of many choice to the user, these choices are all in the same context but the user can select only one. For example, selecting:
In the dashboard module.
The component will be used like this:
Requirements π
The component must be tested using unit testing
Motivation π¦
A way to let the user decide between any qty of contexts