istandwith
v1.3.0
Published
```bash yarn add istandwith ```
Downloads
9
Readme
A react port of https://github.com/trentmwillis/i-stand/
Install
yarn add istandwithUse
import IStand from "istandwith";
// In a component
const App = () => {
return (
<>
<IStand />
// Rest of content
</>
);
};