0.0.1-alpha.1 • Published 1 year ago

cherry-dom v0.0.1-alpha.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Carob

封装一些浏览器端常用的 API。

文档

安装

pnpm install carob

使用

import { prepend, toElement, getScrollbarWidth } from 'carob'

const app = toElement(`
  <div class="app">
    <button id="button">Hi</button>
  </div>
`)

prepend(document.body, app)

getScrollbarWidth() // => 17px
0.0.1-alpha.1

1 year ago