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
The card framework needs to be re-organize with one component per file and we will need to rethink some of those components (do we really need a body and footer instead of more specific blocks?)
The text was updated successfully, but these errors were encountered:
We should also properly define the API of the components with their propTypes. As an example, what kind of events should be available on ItemText? What kind of API should be available to WorkflowSectionCard and what kind of API should WorkflowSectionCard offer? (onClick, handleClick, etc?)
Define a proper naming convention for the events of our components.
The card framework needs to be re-organize with one component per file and we will need to rethink some of those components (do we really need a body and footer instead of more specific blocks?)
The text was updated successfully, but these errors were encountered: