Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 749 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 749 Bytes

Example Flourish React template

This simple example uses React to draw a specified number of colorful circles at random positions, radii & colors. It demonstrates the use of settings in a React context.

Flourish React template screenshot

How this works

  • template.yml has settings for the number of circles and theme
  • In src/App.jsx an SVG is created with specified theme, drawing the specified number of circles with randomized positions, radii & colors

How to run this