https://github.com/milligram/milligram-react
A minimalist CSS framework on React version.
https://github.com/milligram/milligram-react
Last synced: 11 months ago
JSON representation
A minimalist CSS framework on React version.
- Host: GitHub
- URL: https://github.com/milligram/milligram-react
- Owner: milligram
- License: mit
- Created: 2018-02-16T04:34:35.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2023-02-27T01:01:44.000Z (over 3 years ago)
- Last Synced: 2025-07-22T01:51:26.219Z (11 months ago)
- Homepage: https://milligram.io
- Size: 6.84 KB
- Stars: 11
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- Contributing: .github/contributing.md
- License: license
Awesome Lists containing this project
README
> A minimalist CSS framework.
[](https://travis-ci.org/milligram/milligram?branch=master)
[](https://ci.appveyor.com/project/cjpatoilo/milligram)
[](https://www.codacy.com/app/milligram/milligram/dashboard)
[](https://david-dm.org/milligram/milligram)
[](https://www.npmjs.com/package/milligram)
[](https://www.npmjs.com/package/milligram)
[](https://gitter.im/milligram/milligram)
## Why it's awesome
Milligram provides a minimal setup of styles for a fast and clean starting point. Just it! **Only 2kb gzipped!** It's not about a UI framework. Specially designed for better performance and higher productivity with fewer properties to reset resulting in cleaner code. Hope you enjoy!
## Download
**Install with Bower**
```sh
$ bower install milligram
```
**Install with npm**
```sh
$ npm install milligram
```
**Install with Yarn**
```sh
$ yarn add milligram
```
## Table of Contents
- [Getting Started](https://milligram.github.io/#getting-started)
- [Typography](https://milligram.github.io/#typography)
- [Blockquotes](https://milligram.github.io/#blockquotes)
- [Buttons](https://milligram.github.io/#buttons)
- [Lists](https://milligram.github.io/#lists)
- [Forms](https://milligram.github.io/#forms)
- [Tables](https://milligram.github.io/#tables)
- [Grids](https://milligram.github.io/#grids)
- [Codes](https://milligram.github.io/#codes)
- [Utilities](https://milligram.github.io/#utilities)
- [Tips](https://milligram.github.io/#tips)
- [Browser Support](https://milligram.github.io/#browser-support)
- [Examples](https://milligram.github.io/#examples)
## Contributing
Want to contribute? Follow these [recommendations](.github/contributing.md).
## License
Designed with ♥ by [CJ Patoilo](https://twitter.com/cjpatoilo). Licensed under the [MIT License](license).