UNPKG

@ftrack/react-toolbox

Version:

A set of React components implementing Google's Material Design specification with the power of CSS Modules.

25 lines (24 loc) 1.19 kB
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>React Toolbox - Spec</title> <meta name="description" content="A set of complementary tools to ReactJS."> <meta name="author" content="@soyjavi"> <meta name="viewport" content="initial-scale=1.0,user-scalable=no,maximum-scale=1,width=device-width"> <meta name="viewport" content="initial-scale=1.0,user-scalable=no,maximum-scale=1" media="(device-height: 568px)"> <meta name="apple-mobile-web-app-title" content="Material Console"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> <meta name="format-detection" content="telephone=no"> <meta name="HandheldFriendly" content="True"> <meta http-equiv="cleartype" content="on"> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" rel="stylesheet"> <link rel="stylesheet" href="/build/spec.css"> </head> <body> <div id="toolbox-test"></div> <script src="/build/spec.js"></script> </body> </html>