styled-x

Cross-platform component design system for React DOM and React Native.

Usage no npm install needed!

<script type="module">
  import styledX from 'https://cdn.skypack.dev/styled-x';
</script>

README

styled-x

npm npm npm

Cross-platform component design system for React DOM and React Native.

Getting Started

Install styled-x using yarn:

yarn add styled-x

Usage

// 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';

Components

Component Version Description
styled-x-primitives npm Cross-platform Image, Text, and View components.

Contributing

If you have any ideas on how this module could be better, create an Issue or submit a PR.