You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
[![License][license-image]][license-url]
7
7
[![Downloads][downloads-image]][downloads-url]
8
8
9
-
## Inline Styles in JS with support for [React](http://reactcss.com/#react), [Redux](http://reactcss.com/#redux), [React Native](http://reactcss.com/#react-native), [Autoprefixing](http://reactcss.com/#autoprefixing), [Hover](http://reactcss.com/#hover), [Pseudo-Elements](http://reactcss.com/#pseudo-elements) & [Media Queries](http://reactcss.com/#media-queries)
9
+
## Inline Styles in JS with support for [React](http://reactcss.com/#react), [React Native](http://reactcss.com/#react-native), [Autoprefixing](http://reactcss.com/#autoprefixing), [Hover](http://reactcss.com/#hover), [Pseudo-Elements](http://reactcss.com/#pseudo-elements) & [Media Queries](http://reactcss.com/#media-queries)
10
10
11
11
## Install
12
12
@@ -59,6 +59,16 @@ const styles = reactCSS({
59
59
## Documentation
60
60
See the [Full Documentation](http://reactcss.com)
61
61
62
+
## Examples
63
+
64
+
Examples and projects built with reactCSS:
65
+
66
+
[Felony](https://github.com/henryboldi/felony) - Next Level PGP Desktop App
67
+
[React Color](https://github.com/casesandberg/react-color) - Color Pickers from Sketch, Photoshop, Chrome, Github, Twitter & more
68
+
[Buffer App Components](https://www.npmjs.com/package/@bufferapp/components) - A shared set of UI Components
69
+
[React Reactions](https://github.com/casesandberg/react-reactions) - Use Reactions from Slack, Facebook, Pokemon, Github and Youtube
Copy file name to clipboardExpand all lines: docs/documentation/intro.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,4 +5,4 @@ hideTitle: true
5
5
---
6
6
*NEW IN 1.0.0*
7
7
8
-
# Inline Styles in JS with support for [React](#react), [Redux](#redux), [React Native](#react-native), [Autoprefixing](#autoprefixing), [Hover](#hover), [Pseudo-Elements](#pseudo-elements) & [Media Queries](#media-queries)
8
+
# Inline Styles in JS with support for [React](#react), [React Native](#react-native), [Autoprefixing](#autoprefixing), [Hover](#hover), [Pseudo-Elements](#pseudo-elements) & [Media Queries](#media-queries)
Copy file name to clipboardExpand all lines: docs/documentation/react-native.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ id: react-native
3
3
title: React Native
4
4
---
5
5
6
-
Define styles in the render method and attach them to the JSX via inline styles:
6
+
Using reactCSS in React Native works exactly the same as you would for the web! Define styles in the render method and attach them to the JSX via inline styles:
0 commit comments