mirror of
https://github.com/visgl/luma.gl.git
synced 2026-01-18 14:03:42 +00:00
* website: Fix sidebar in examples * website: removed invalid images * website: fixed luma-example switching tabs * Device: expose destroy method Co-authored-by: Ib Green <ib@foursquare.com>
8 lines
152 B
Plaintext
8 lines
152 B
Plaintext
import {DeviceTabs} from '@site/src/react-luma';
|
|
import {HelloTriangleExample} from '@site';
|
|
|
|
# Hello Triangle
|
|
|
|
<DeviceTabs />
|
|
<HelloTriangleExample />
|