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