@reflexjs/componentsdeprecated

React components that can be styled using style props and Theme UI.

Usage no npm install needed!

<script type="module">
  import reflexjsComponents from 'https://cdn.skypack.dev/@reflexjs/components';
</script>

README

@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.