Skip to content

kyashrathore/twovc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

overide all default tailwind classes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published