strdot
v0.0.6
Published
## Install
Downloads
2
Readme
strdot
Install
yarn add strdot
Usage
import 'strdot/index.css'
import strdot from 'strdot'
strdot.create(document.getElementById('root'))
Or use React
import 'strdot/index.css'
import { Strdot } from 'strdot'
export const Page = () => {
return <Strdot />
}