Methods
NavBar() → {HTMLElement}
A function to return a navbar element.
To simplify this code, we use objetc destructuring, to avoid using this.props, but just totalCounters.- Source:
- See:
Returns:
a <nav> tag with the total of non-zero counters.
- Type
- HTMLElement