Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/iamabs2001/wizardcss

:jack_o_lantern: A Simple, :tada: Minimalistic, :mage: Zero Dependency :rainbow: CSS Framework with :genie: animations
https://github.com/iamabs2001/wizardcss

css css-framework scss scss-framework ui ui-components ui-design wizard wizardcss

Last synced: 18 days ago
JSON representation

:jack_o_lantern: A Simple, :tada: Minimalistic, :mage: Zero Dependency :rainbow: CSS Framework with :genie: animations

Awesome Lists containing this project

README

        

# :jack_o_lantern: Wizardcss

![MIT](https://img.shields.io/badge/license-Apache%202-blue)
[![npm](https://img.shields.io/npm/v/wizardcss)](https://www.npmjs.com/package/wizardcss)
![npm](https://img.shields.io/npm/dt/wizardcss)
![GitHub file size in bytes](https://img.shields.io/github/size/iamabs2001/wizardcss/dist/wizardcss.min.css?label=production%20size&color=purple)
![Build Status](https://img.shields.io/travis/com/iamabs2001/wizardcss)

Demo & Documentations

``` npm i wizardcss ```

```html

```
OR

```html

```

OR

```html

```

Font Awesome Icons

```html

```

# :purple_heart: Why wizardcss

- [x] Simple
- [x] Minimalistic
- [x] Zero Dependency
- [x] No Js Required
- [x] Modern CSS3
- [x] Animations

> ## :rainbow: Components
- [x] Buttons
- [x] Card
- [x] Form
- [x] Panel
- [x] Tooltip
- [x] Table
- [x] Image
- [x] Loader
- [x] Breadcrumb
- [x] Dropdown
- [x] Progress
- [x] Navbar

> ## :triangular_ruler: Layouts
- [x] Grid

> ## :fire: Animations
- [x] Ripple
- [x] spin
- [x] fade
- [x] Marquee
- [x] Hover grow
- [x] Shake

# :cyclone: Browsers Support
| IE9 | IE10 | IE11 | Chrome | Opera | Firefox | Safari | Edge |
|-----|------|------|--------|-------|---------|--------|------|
| B | A | A | A | A | A | A | A |

# :globe_with_meridians: Browser based development environment

[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/iamabs2001/wizardcss)

# :computer: Clone & Start Development
```shell
git clone https://github.com/iamabs2001/wizardcss
cd wizardcss
npm install --save-dev
npm start
```