1 packages matching “wismim”
v1.0.5-pre.0 · 6 years ago
### CRA Usage (CSR) ``` import React from 'react'; import Claps from '@wismim/react-claps'; export default function () { return <Claps maxCount={10000} count={0} countTotal={0} onCountChange={({ count, countTotal }) => console.log(count, countTotal)}/
No known vulnerabilities