Package Exports
- styled-x-primitives
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (styled-x-primitives) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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.