mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Mention react-art where we talk about SVG
This commit is contained in:
@@ -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.
|
||||
|
||||
The following elements are supported:
|
||||
|
||||
|
||||
### HTML Elements
|
||||
|
||||
The following SVG elements are supported:
|
||||
|
||||
```
|
||||
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
|
||||
@@ -29,10 +28,14 @@ title tr track u ul var video wbr
|
||||
|
||||
### 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user