react-glass-cards
v1.0.9
Published
Made with create-react-library
Downloads
22
Readme
react-glass-cards
Installation
npm install --save react-glass-cardsUsage
import GlassCard from "react-glass-cards";
function App() {
return <GlassCard color='#1e90ff' width={10} height={15} glassOpacity={0.3}>
Your content goes here
</GlassCard>
}Props
style, color, width, height, glassOpacity
License
MIT © RoddyGlitchh
