new React()
- Source:
Example
import Boxart from 'boxart-react';
import animations from './animations';
render(<Boxart animations={animations}><Application /></Boxart>, rootElement);
import Boxart from 'boxart-react';
import animations from './animations';
render(<Boxart animations={animations}><Application /></Boxart>, rootElement);