Skip to content

Files

Latest commit

ea547b2 · Nov 21, 2021

History

History
This branch is 11 commits behind vime-js/vime:main.

react

@vime/react-example

This example was bootstrapped with Create React App, and demonstrates how to setup Vime with React via the @vime/react package. The main file to look at is App.tsx, and if you're interested in building custom components see TapSidesToSeek.tsx.

Usage

$: git clone https://github.com/vime-js/vime --depth=1

$: cd vime/examples/react

$: npm install

$: npm run dev