chota/README.md

54 lines
3.6 KiB
Markdown
Raw Permalink Normal View History

2017-04-01 03:16:39 +03:00
<p align="center">
2017-04-01 05:29:10 +03:00
<img src="https://jenil.github.io/chota/logo.svg" />
<br><br>
2017-03-30 08:02:15 +03:00
A really small CSS framework
2018-08-03 01:58:25 +03:00
<br><br>
<img src="https://img.shields.io/npm/v/chota.svg" alt="">
2018-12-09 00:32:41 +03:00
<a href="https://www.npmjs.com/package/chota"><img src="https://img.shields.io/npm/dt/chota.svg"></a>
<a href="https://github.com/jenil/chota/issues"><img src="https://img.shields.io/github/issues/jenil/chota.svg"></a>
2020-02-26 20:49:50 +03:00
<a href="https://bundlephobia.com/result?p=chota@latest"><img alt="npm bundle size" src="https://img.shields.io/bundlephobia/minzip/chota.svg"></a>
<a href="https://github.com/troxler/awesome-css-frameworks"><img src="https://awesome.re/mentioned-badge.svg" alt="Mentioned in Awesome CSS Frameworks"/></a>
2017-04-01 03:16:39 +03:00
</p>
2017-03-30 08:27:19 +03:00
2017-04-01 05:29:10 +03:00
<br>
2019-03-23 21:12:00 +03:00
- ⚡️&nbsp; Super light-weight. Just ~3kb (minified + gzipped).
2017-04-01 05:29:10 +03:00
- ⛔️&nbsp; No preprocessor, just plug-n-play
2017-04-03 06:42:30 +03:00
- 📐&nbsp; Magical 12 column [grid](https://jenil.github.io/chota/#grid)
2017-11-16 11:51:09 +03:00
- 🌈&nbsp; Easy to [extend](https://jenil.github.io/chota/#customizing) with CSS variables
2017-04-03 06:42:30 +03:00
- 🎲&nbsp; Comes with a handful of [components](https://jenil.github.io/chota/#components) &amp; [utilities](https://jenil.github.io/chota/#utilities)
2017-04-01 05:29:10 +03:00
-&nbsp; Good Semantics
2018-07-30 00:57:15 +03:00
- 🤡&nbsp; Supports icons from [Icongram](https://icongr.am/)
2017-04-01 05:29:10 +03:00
<br>
2017-03-30 08:27:19 +03:00
### Get started
CDN:
2017-04-01 02:37:17 +03:00
```html
<link rel="stylesheet" href="https://unpkg.com/chota">
2017-03-30 08:27:19 +03:00
```
2017-04-01 05:29:10 +03:00
npm or yarn:
2017-03-30 08:27:19 +03:00
```bash
npm install chota
```
2017-11-27 00:14:29 +03:00
#### SASS support
Chota is designed keeping in mind *ease-of-use* and *minimalism*, hence it doesn't use any preprocessor or complex build process. If you would still like to extend it further using SASS, head to [palmiak's fork](https://github.com/palmiak/chota).
2017-11-30 17:37:21 +03:00
<br>
## Browsers support
2017-03-30 08:27:19 +03:00
2023-03-22 04:34:23 +03:00
| [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png" alt="IE / Edge" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)<br/>IE / Edge | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png" alt="Firefox" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)<br/>Firefox | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png" alt="Chrome" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)<br/>Chrome | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari/safari_48x48.png" alt="Safari" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)<br/>Safari | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari-ios/safari-ios_48x48.png" alt="iOS Safari" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)<br/>iOS Safari | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/samsung-internet/samsung-internet_48x48.png" alt="Samsung" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)<br/>Samsung | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/opera/opera_48x48.png" alt="Opera" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)<br/>Opera |
2017-11-30 17:37:21 +03:00
| --------- | --------- | --------- | --------- | --------- | --------- | --------- |
2023-03-22 04:34:23 +03:00
| IE11, Edge| last 2 versions| last 2 versions| last 2 versions| last 2 versions| last 2 versions| last 2 versions
2017-03-30 08:27:19 +03:00
2020-02-26 01:15:34 +03:00
## Contributing
Welcome! Please see our [contributing guidelines](https://github.com/jenil/chota/blob/master/.github/CONTRIBUTING.md).
## License
2018-03-21 17:25:28 +03:00
&copy; Jenil Gogari 2017-present. Code released under the [MIT license](https://github.com/jenil/chota/blob/master/LICENSE).