@ezuikit/icons
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

使用

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/icons
import {calendarIcon} from '@ezuikit/icons'

document.getElementById("app").appendChild(calendarIcon())

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @ezuikit/icons

    Weekly Downloads

    12

    Version

    0.1.0

    License

    MIT

    Unpacked Size

    128 kB

    Total Files

    31

    Last publish

    Collaborators

    • ezviz-jzy
    • freeshine
    • ezviz-openteam