Effects / Bokeh

A very basic effect that puts 'bokeh' shapes over a component.

Options

Bokeh has no options.

Example

Example code

import Tile from "../../components/Tile.js";
import withNeon, { fx } from "react-neon";
const effect = new fx.Bokeh();
effect.listenMouse();
const Bokeh = withNeon(Tile, effect);