Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rnkids/styled-system-native

React Native components for in-line styling, build with styled-system and styled-components
https://github.com/rnkids/styled-system-native

react-native styled-components styled-system

Last synced: 2 months ago
JSON representation

React Native components for in-line styling, build with styled-system and styled-components

Awesome Lists containing this project

README

        

# Styled System Native

React Native components for in-line styling, build with styled-components.
Inspired from: styled-system-html

## Usage
```
$ npm i -S styled-system-native
```
Then styled it like [styled-system](https://styled-system.com/api)
```jsx
import React from 'react';
import { Text, View, Button } from "styled-system-native";

const App = () => {
return (

{console.log("rnkids.github.io")}}
>
Press


);
}
export default App;
```

Created by rnkids