UNPKG

rheostat

Version:

Rheostat is a www, mobile, and accessible slider component built with React

21 lines (20 loc) 498 B
<!doctype html> <html> <head> <meta charset="utf-8"> <title>React Component Playground</title> <style> html, body { margin: 0; padding: 0; } </style> <link rel="stylesheet" type="text/css" href="/css/slider.css" /> <link rel="stylesheet" type="text/css" href="/css/slider-horizontal.css" /> <link rel="stylesheet" type="text/css" href="/css/slider-vertical.css" /> </head> <body> <div id="root"></div> <script src="/static/bundle.js"></script> </body> </html>