Basket Framework

A simple, minimalistic framework.
Oh, and we support dark mode by default.

Getting Started Download

So why Basket?

Honestly? Not many reasons, it's like any other framework. At the end of the day, it depends on what you want. I know I am supposed to be selling this framework to you, but hopefully you like what you see and not just some marketing bs.

Installation

jsDelivr

You most probably need this one

                    <!-- Basket CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/getbasket@1.1.5/dist/basket.min.css" integrity="sha256-yIdRXJ0Bo1WqI0P9AKNPJawdhekE0H1ZgIX9HI1ZFNE=" crossorigin="anonymous">
                
                    <!-- Basket JS -->
<script src="https://cdn.jsdelivr.net/npm/getbasket@1.1.5/dist/basket.min.js" integrity="sha256-q8vG+1lziKwMsTBt8xhCBQsaMWmd7eW5U0EIjFqJxgE=" crossorigin="anonymous"></script>
                

Source

Get this if you need to modify the basket framework; add custom colours, remove code you don't need, etc.

npm install basket Now go make as many changes your ❤️ desires! npm run build echo "Profit $$$" Profit $$$

Community

Basket is new and I develop it on my free time, so lot of things are still missing. Be patient and slowly but surely, more features will be added :)

Want to pitch in and help write code or documentation? Send in a pull request!