twovc
v0.0.1
Published
over-ride tailwind classes
Downloads
1
Maintainers
Readme
TWOVC
Overide all default classnames
npm i twovc
import twovc from "twovc";
function App() {
return (
<div className={twovc("border-solid", "border-dotted")}>Hello World</div>
);
}
// In above only border-dotted will be returned classname