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
Make your React components visually predictable. React Style components allows you to cascade CSS stylesheets on your components, automatically namespacing them.
5
+
6
+
## Example:
7
+
8
+
You write:
9
+
10
+
```javascript
11
+
/** @jsx React.DOM */
12
+
13
+
/*
14
+
* Smallest component in this example, has a default style.
0 commit comments