dvorakchen-s-apple-box-yyy
v1.0.1
Published
a test project
Downloads
4
Readme
apple-box
these is a component of React to present Rollup
Usage
import { AppleBox } from "dvorakchen-apple-box";
function App() {
return (
<div>
<AppleBox name="NAME" content="CONTENT" />
</div>
);
}