@ezuikit/icons
v0.1.0
Published
icon
Downloads
49
Readme
使用
umd
<body>
<div id="app"></div>
<script src="./index.umd.js"></script>
<script>
(function () {
const calendarIcon = Icons.calendarIcon
document.getElementById("app").appendChild(calendarIcon())
})()
</script>
</body>npm
npm install @ezuikit/iconsimport {calendarIcon} from '@ezuikit/icons'
document.getElementById("app").appendChild(calendarIcon())
