Usage
Step 1.Using Bootstrap CSS together (recommended)
Download bootstrap (opens in a new tab)
<link href="./bootstrap.min.css" rel="stylesheet" />
Step 2.import required components as required
If the component does not have a CSS file, it can not be imported, or use own CSS.
import Input from "pocko-ui/Input";
import SelectInput from "pocko-ui/SelectInput";
import "pocko-ui/SelectInput/index.css";