[go: up one dir, main page]

Skip to content

Commit

Permalink
Merge pull request facebook#4363 from tako-black/change_css_to_uppercase
Browse files Browse the repository at this point in the history
Change `css` to uppercase
  • Loading branch information
zpao committed Jul 13, 2015
2 parents bd390af + 4715dec commit fa7aeb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/10.1-animation.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ Every DOM component that React can render is available for use. However, `compon
>
> Prior to v0.12, when using DOM components, the `component` prop needed to be a reference to `React.DOM.*`. Since the component is simply passed to `React.createElement`, it must now be a string. Composite components must pass the factory.
Any additional, user-defined, properties will become properties of the rendered component. For example, here's how you would render a `<ul>` with css class:
Any additional, user-defined, properties will become properties of the rendered component. For example, here's how you would render a `<ul>` with CSS class:

```javascript{1}
<ReactTransitionGroup component="ul" className="animated-list">
Expand Down

0 comments on commit fa7aeb6

Please sign in to comment.