mui-library_colodev
v1.0.11
Published
styled library components
Downloads
3
Readme
Component Library
This is a styled component library for React proyects
Installation
Use the package manager npm to install the component library.
npm install mui-library_colodev
Quick Start
Import AwesomeButton from mui-library_colodev to your project.
import { AwesomeButton } from "mui-library_colodev";
function App() {
return (
<>
<AwesomeButton>Awesome Button</AwesomeButton>
</>
);
}
List of Components
Text Effect
- Text3d
- GradiantPurpleText
Complex Components
- FlipTabletCards
- CellCardStatic2
Helpers
- BtnScroll
Cards
- ExpandedCard
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
License
[ISC]