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: 12 months ago
JSON representation
React Native components for in-line styling, build with styled-system and styled-components
- Host: GitHub
- URL: https://github.com/rnkids/styled-system-native
- Owner: rnkids
- License: mit
- Created: 2019-07-05T02:25:08.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T03:46:44.000Z (over 3 years ago)
- Last Synced: 2025-06-29T11:52:41.407Z (about 1 year ago)
- Topics: react-native, styled-components, styled-system
- Language: JavaScript
- Homepage:
- Size: 480 KB
- Stars: 17
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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