styled-x-primitives
v2.0.0
Published
Cross-platform Image, Text, and View components for the styled-x system.
Downloads
13
Maintainers
Readme
styled-x-primitives
Cross-platform Image, Text, and View components for the styled-x system. Supports React DOM and React Native.
Getting Started
Install styled-x-primitives
using yarn
:
yarn add styled-x-primitives
Usage
import Styled from 'styled-x-primitives';
const Title = Styled.Text`
font-size: 16px;
text-align: center;
`;
Props
Prop | Type | Required | Description -----|------|----------|------------
Contributing
If you have any ideas on how this module could be better, create an Issue or submit a PR.