1.6.0 • Published 8 years ago
react-x-styled v1.6.0
react-x-styled
Cross-platform functions to style components in React and React Native.
Getting Started
Install react-x-styled using yarn:
yarn add react-x-styledUsage
import Styled from 'react-x-styled';
const Title = Styled.Text`
font-size: 16px;
text-align: center;
`;Contributing
If you have any ideas on how this module could be better, create an Issue or submit a PR.