RaUI
This collection of components and plugins is handy for making desktop- and mobile-friendly frontend applications with Ractive. They try to stay somewhat close to Material by default where it makes sense.
Note: This is still very much a work in progress. The components here are fairly complete and in use in a number of projects, but the documentation, build, and testing setups are certainly incomplete to missing entirely.
Building
git clone https://github.com/evs-chris/raui.git raui
cd raui
npm install
npm run dev
npm run build
npm run watch
PORT=2929 npm run dev
Hopefully you're in a POSIX-ish environment, so a Linux shell, and OS X shell, or a git bash or WSL shell on Windows. Windows CMD or PowerShell users, well, I'm sorry. The default dev port is 3000, but you can change it with the PORT
environment variable.
Documentation
The currently-in-progress demo/docs are available at https://evs-chris.github.io/raui/demo or in the demo
and demo-src
directories of this repo.