GithubHelp home page GithubHelp logo

mathisburger / chocolatecss Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 126 KB

A small CSS framework for some basic design

License: MIT License

SCSS 88.51% JavaScript 11.49%
libary intention css-boilerplate css-experience navbar scss scss-framework design-system css-library darkmode

chocolatecss's Introduction

ChocolateCSS

A basic CSS libary made for modern design.

Information


ChocolateCSS is an lightweight scss libary, I build for use in my personal projects. I wanted to learn more about professional web design. Furthermore I my intention behind this project was, to get rid of css boilerplate code.
ChocolateCSS is not made for beginners. It is especially made for people, who want to design their web pages or apps very fast. But you need at least a bit of css experience.

NOTE: This libary is made for the development of dark themes. It is quite hard to build light themes with it.

Installation


Latest release: Download

CSS:

@import url("https://github.com/MathisBurger/ChocolateCSS/releases/download/v1.0.0-beta/chocolate.min.css");

HTML:

<link rel="stylesheet" href="https://github.com/MathisBurger/ChocolateCSS/releases/download/v1.0.0-beta/chocolate.min.css">

NOTE: You need following line of code in your head tag. If you do not, the whole responsive design will not work.

<meta name="viewport" content="width=device-width, initial-scale=1" />

Now unzip the scripts.zip and place the js/ folder whereever you want. It is important, because you will need these scripts for further functionalities of the libary.

Scripts


If you are using some functionallity, that requires javascript, you will need to add these scripts:

Navbar:

<script src="js/navbar-toggler.js"></script>

Sidebar:

<script src="js/sidebar-toggler.js"></script>

Documentation


You do not know how to use ChocolateCSS?
Check out the easy to use documentation and play arround with it.

chocolatecss's People

Contributors

mathisburger avatar

Stargazers

 avatar

Watchers

 avatar

chocolatecss's Issues

Add dropdown

Add an modern design dropdown with animations

  • Dropdown frame
  • Multiple sub-menus of dropdown menu
  • responsive design
  • add documentation

Documentation improvements

  • Change usage (cannot import direct from github, but must be downloaded)
  • Add documentation for usage in react

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.