-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
good first issueGood for newcomersGood for newcomerstestingImprovements for Test EngineersImprovements for Test Engineers
Description
Context
We use the classNames modules in many components, it should be able to process many forms of json and output a string without duplicates or null values.
Technical Requirements
- Classnames like
classNames('italic', 'text-color-red', active && 'font-bold')should outputitalic text-color-redwhen not active anditalic text-color-red font-boldwhen the component has anactiveprop.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomerstestingImprovements for Test EngineersImprovements for Test Engineers