UNPKG

tsp-component

Version:

提供多端和react版本的UI组件

28 lines (27 loc) 705 B
<!DOCTYPE html> <html lang="en"> <head> <title></title> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="../../dist/css/core/slider.css"> <link rel="stylesheet" href="../../dist/css/core/calendar.css"> <style> body { margin: 0; padding: 0; } .tsp-component-calendar-day-current { color: red; } .tsp-component-calendar-table-day[data-darken='true'] { color: green; } </style> </head> <body> <div id="root"></div> <script src="../../dist/js/calendar_demo.js"> </script> </body> </html>