UNPKG

ui-components

Version:

A collection of React UI components

16 lines (15 loc) 477 B
<!DOCTYPE html> <html> <head> <title>UI Components</title> <meta charset='UTF-8'> <meta name='author' content='Johnny Ji'> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel='stylesheet' type='text/css' href='./style.css'> <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,700" rel="stylesheet"> </head> <body> <div id='ui-components'></div> <script src='./bundle.js'></script> </body> </html>