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 />
}