Minesweeper for Web Components
npm install mine-sweeper-tag
npm install mine-sweeper-tag
`
Usage
$3
Define custom element.
`
import { mine_sweeper } from 'mine-sweeper-tag'
customElements.define('mine-sweeper', mine_sweeper)
`
Insert tag.
`
`
$3
insert your HTML.
`
`
Contributing
1. Fork it!
2. Create your feature branch: git checkout -b my-new-feature
3. Commit your changes: git commit -am 'Add some feature'
4. Push to the branch: git push origin my-new-feature`