A CSS framework with Simplicity and Box layout which focuses on performance and simplicity.
Welcome to the world of SimBox CSS. It's a CSS framework which primary goal is to make a simple css framework with less effort and headache.
0.0.1
| ❗ Currently SimBox is under development mode, so don't use it in your production mode. It'll be published it's fist version soon. |
|---|
- Create
ScssorSassBased CSS architecture - Create environment variables for all
- Utility Helpers
- Text/Font Utility
- Color Utility
- Margin Utility
- Padding Utility
- Navigation Bar [50%]
- Grid System
- Banner
- Buttons
- Carousel or Website Slider
- Card
- Alert
- Table
- Form Element
- Input
- Checkbox
- Switch / Toggle Button
- Auto Complete
- Input Slider (ie: Product Pricing Filter)
- Modal
- Toaster
MIT
Yes, Just create a pull request and you can contribute very easily.
Remember, don't use raw CSS. Use Scss here and it is must.
SCSS Documentation - https://sass-lang.com/documentation
- Clone the project - https://github.com/simbox/simbox.git
git clone https://github.com/simbox/simbox.git- Go to that folder
cd simbox- Install npm
npm install- Run with watch
npm start-
Now do update on the folder inside
src/components. -
Create Pull Request with proper details about PR in a new branch.
-
Great. Your code will be merged, if it's valid.