FunStyleThe FunStyle takes the element and an object containing your style
Method | Description | parameters |
---|---|---|
css() | Selects the element and apply the styles | `css(selector , styleObject)` |
#
Style the element
The css() is used to apply all CSS styles to your element.
React / Next.js Show Source Code