Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rnkids/styled-system-native
- Owner: rnkids
- License: mit
- Created: 2019-07-05T02:25:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T03:46:44.000Z (about 2 years ago)
- Last Synced: 2024-11-17T07:00:18.852Z (2 months 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