UNPKG

kara-rc-web

Version:

kara项目react组件库

27 lines (23 loc) 552 B
<!DOCTYPE html> <html lang="zh-cn"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=IE10" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no"> <title>组件库</title> <style> html, body { margin: 0; height: 100%; width: 100%; } #root { height: 100%; } </style> </head> <body> <div id="root" class="app"> </div> </body> </html>