V
V
Vladimir Golub2019-03-26 15:45:35
React
Vladimir Golub, 2019-03-26 15:45:35

How to correctly add classes when selecting a menu?

How to make it more correct to add classes in case of menu item selection?

className={ typeDisplay === "map" ? "type-display-list__item type-display-list__item_active type-display-item" : "type-display-list__item type-display-item"}

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Andrey Okhotnikov, 2019-03-26
@RazerVG

To work with classes, I recommend using classnames

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question