useCss*

React UI hook that changes CSS dynamically.

hooks
Description of the SVG image Loading...

About

Works like "virtual CSS" — it re-renders only CSS rules that change. It is different from inline styles, because you can use media queries and pseudo selectors.

Installation

Run the following command:

npx ever-ui-clx@0.2.1 add demo-use-css
# └──> Hook coming soon.

Usage