StyleProps = {style: React.CSSProperties; className: string;}
StyleProps here refers to Common Styling Props that could be useful in overriding the Atomic component in some places.
Ordering is very important while writing standardized code
Avoid using an array index as key prop, prefer a unique ID.