📄️ Stateless class names
Any className defined to be independent from the component state or props is considered stateless.
📄️ Stateful class names
As oppose to stateless, anyclassName define to be dependent on props or state is considered statefull.
📄️ Composing class names
A class name targeting styles of the sub-components created by composition.
📄️ Prop type
Recommended method