react/fixtures/art
Dan Abramov 087c48bb36 Reorder imports (#11359)
* Reorder imports

* Record sizes
2017-10-25 21:07:54 +03:00
..
.gitignore Convert current build system to Rollup and adopt flat bundles (#9327) 2017-04-05 16:47:29 +01:00
app.js Run all fixtures through Prettier (#10157) 2017-07-12 11:19:24 -05:00
index.html Convert current build system to Rollup and adopt flat bundles (#9327) 2017-04-05 16:47:29 +01:00
package.json Use Yarn Workspaces (#11252) 2017-10-19 00:22:21 +01:00
README.md Use Yarn Workspaces (#11252) 2017-10-19 00:22:21 +01:00
VectorWidget.js Expose react-art/{Circle,Rectange/Wedge} on npm (#11343) 2017-10-23 21:18:11 +03:00
webpack.config.js Add missing dependencies in art fixture, update yarn.lock (#10628) 2017-09-06 15:37:09 -07:00
yarn.lock Reorder imports (#11359) 2017-10-25 21:07:54 +03:00

VectorWidget example

To try this example, run:

yarn
yarn build

in this directory, then open index.html in your browser.