@reflexjs/components
DEPRECATED: See https://reflexjs.org/docs/migrate
React components that can be styled using style props
and Theme UI.
Components are one of the most useful features of Reflex.
Installation
Components are provided by the @reflexjs/components
package.
npm i @reflexjs/components
Note: @reflexjs/components
can be also used in any React project.
Example
<Button
bg="primary"
color="text"
px="2"
py="1"
fontSize="sm"
hoverBg="secondary"
hoverColor="white"
>
Button
</Button>
Documentation
Read the docs at https://reflexjs.org/docs/components.