Quartz is a lightweight frontend web framework that is designed to make the frontend of web application development easy. Quartz includes a grid system for responsive development, along with some basic text styles, and a few other useful components.
Quartz is just a simple collection of frontend utilities that I have put together so that I don't have to turn to Bootstrap for a simple project. If I start a project using Quartz and something is missing, I try to add it. If you start a project and feel that something is missing, feel free to add it! Or at least submit a feature request on the GitHub page.
To install via npm
npm install quartz-framework
To install via bower
bower install quartz-framework
To install by cloning this repo
git clone https://github.com/michael-hamilton/Quartz.git
To use Quartz, simply link the quartz.min.css
file (located in dist/css
) in the <head>
of your project. Refer to the documentation for more specifics
Quartz is released under the MIT license. Have fun with it.
Quartz is developed with love by Michael Hamilton