Sleek, quick,concise, and powerful front-end framework for faster and easier web development.
Explore swifty-css docs »
Several options are available for you to quickly get started with web development using swifty-css :
- Clone the repo:
git clone https://github.com/PrateekPathak9002/swifty-css.git
- Download through npm:
npm install swifty-css
- Import with unpkg.com:
<script src='https://unpkg.com/swifty-css/swifty.css'></script>
Within the download you'll find the following directories and files:
Download contents
swifty-css/
├── docs/
| ├──index.html
│ ├──sw-dropdown.html
├──.gitignore
├── README.md
├── example.html
├── logo.png
├── package.json
├── swifty.css
You can view the docs here.You can also run the example.html file to view examples on some of the features of swifty-css.