Styling Components
For styling purposes, most components offer two props:
class and
style. You can use these props for basic styling tasks such as adding margins to
a component. However, we advise against using them for more complex styling, as this may
interfere with the component's built-in styles. Instead, try using props that are specific to
the component, such as color, size, or radius, if they
are available.