A dynamic grid overlay for JavaScript.
yarn add jrid
<div id="jrid"></div>
<script src="https://unpkg.com/jrid"></script>
<script>
jrid.init(
document.getElementById('jrid'),
{
locale: 'fr'
}
)
</script>
import {Widget as Jrid} from 'jrid'
export default function App(): VNode {
return (
<Jrid />
)
}
yarn install
: Install dependenciesyarn dev
: Test in browser, rebuilding when source files are changedyarn lint --fix
: Lint with ESLintyarn test
: Run testsyarn doc
: Build documentationyarn build
: Production buildyarn prepublish
: Prepare for publishingyarn publish
: Publish to npm
- Report bug and feature requests as GitHub Issues