Frameworks & Libraries
How to use with different frameworks and libraries
All examples below are passing a div element to the optional container
prop
in the constructor. This is not required
The element passed must have a width and height set for it to be visible
HTML
React
When using Next.js make sure to include 'use client';
at the top of the file