You can add a className
to any component which gets applied to the component at the root level. You may also inject class
to the inner levels using the innerClass
prop. You can read more about it in the next section.
Examples
Using the className prop
<search-box
...
className="search-box"/>