0.0.1 • Published 6 years ago
twovc v0.0.1
TWOVC
Overide all default classnames
npm i twovcimport twovc from "twovc";
function App() {
return (
<div className={twovc("border-solid", "border-dotted")}>Hello World</div>
);
}
// In above only border-dotted will be returned classname0.0.1
6 years ago