Browse Source

Mention react-art where we talk about SVG

main
Ben Alpert 11 years ago
parent
commit
1494ab98f2
  1. 11
      docs/ref-04-tags-and-attributes.md

11
docs/ref-04-tags-and-attributes.md

@ -11,11 +11,10 @@ next: events.html
React attempts to support all common elements. If you need an element that isn't listed here, please file an issue. React attempts to support all common elements. If you need an element that isn't listed here, please file an issue.
The following elements are supported:
### HTML Elements ### HTML Elements
The following SVG elements are supported:
``` ```
a abbr address area article aside audio b base bdi bdo big blockquote body br a abbr address area article aside audio b base bdi bdo big blockquote body br
button canvas caption cite code col colgroup data datalist dd del details dfn button canvas caption cite code col colgroup data datalist dd del details dfn
@ -29,10 +28,14 @@ title tr track u ul var video wbr
### SVG elements ### SVG elements
The following SVG elements are supported:
``` ```
circle g line path polyline rect svg text circle g line path polygon polyline rect svg text
``` ```
You may also be interested in [react-art](https://github.com/facebook/react-art), a drawing library for React that can render to Canvas, SVG, or VML (for IE8).
## Supported Attributes ## Supported Attributes

Loading…
Cancel
Save