1.0.9 • Published 3 years ago
react-glass-cards v1.0.9
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