Skip to content

🎃 A Simple, 🎉 Minimalistic, 🧙 Zero Dependency 🌈 CSS Framework with 🧞 animations

License

Notifications You must be signed in to change notification settings

iamabs2001/wizardcss

Repository files navigation

🎃 Wizardcss

MIT npm npm GitHub file size in bytes Build Status

Demo & Documentations

npm i wizardcss

<link rel="stylesheet" href="node_modules/wizardcss/dist/wizardcss.min.css"> 

OR

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/wizardcss@latest/dist/wizardcss.min.css"> 

OR

<link rel="stylesheet" href="https://unpkg.com/wizardcss@latest/dist/wizardcss.min.css"> 

Font Awesome Icons

<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">

💜 Why wizardcss

  • Simple
  • Minimalistic
  • Zero Dependency
  • No Js Required
  • Modern CSS3
  • Animations

🌈 Components

  • Buttons
  • Card
  • Form
  • Panel
  • Tooltip
  • Table
  • Image
  • Loader
  • Breadcrumb
  • Dropdown
  • Progress
  • Navbar

📐 Layouts

  • Grid

🔥 Animations

  • Ripple
  • spin
  • fade
  • Marquee
  • Hover grow
  • Shake

🌀 Browsers Support

IE9 IE10 IE11 Chrome Opera Firefox Safari Edge
B A A A A A A A

🌐 Browser based development environment

Open in Gitpod

💻 Clone & Start Development

git clone https://github.com/iamabs2001/wizardcss
cd wizardcss
npm install --save-dev
npm start