Closed danji90 closed 10 months ago
Test: Add renderCheckbox={(l) => { return <div>{l.visible ? "✓" : "✗"}</div>; }} to the LayerTree props in the examples
renderCheckbox={(l) => { return <div>{l.visible ? "✓" : "✗"}</div>; }}
The latest updates on your projects. Learn more about Vercel for Git ↗︎
How to
Test: Add
renderCheckbox={(l) => { return <div>{l.visible ? "✓" : "✗"}</div>; }}
to the LayerTree props in the examplesOthers