Cross-platform component library built with react-x.
Install styled-x
using yarn
:
yarn add styled-x
// You can import the entire component library as a single import:
import Styled from 'styled-x';
// Or you can import individual components:
import {Text, View} from 'styled-x';
Component | Version | Description |
---|---|---|
styled-x-primitives |
Cross-platform Image, Text, and View components. |
If you have any ideas on how this module could be better, create an Issue or submit a PR.