Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 372 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 372 Bytes

TWOVC

Overide all default classnames

npm i twovc

Check CodeSandbox demo here

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