mono: add

This commit is contained in:
D. Bohdan 2024-04-04 12:27:55 +00:00
parent c0c7acd225
commit d0ba65ab6a
4 changed files with 23 additions and 0 deletions

View File

@ -53,6 +53,7 @@ This is a list of classless CSS themes and frameworks. "Classless" means a styl
+ [Fylgja](#fylgja)
+ [Milligram](#milligram)
+ [mini.css](#minicss)
+ [mono](#mono)
+ [Picnic CSS](#picnic-css)
+ [SASS-ZERO (Breadboard)](#sass-zero-breadboard)
+ [Wing](#wing)
@ -683,6 +684,19 @@ These are frameworks that do not force you to apply their classes to many elemen
[![minicss.png](thumbnail/minicss.png)](screenshot/minicss.png)
### mono
- [Repository](https://github.com/artalar/mono)
![GitHub stars](https://img.shields.io/github/stars/artalar/mono?style=flat-square)
![GitHub contributors](https://img.shields.io/github/contributors-anon/artalar/mono?style=flat-square)
![Last commit](https://img.shields.io/github/last-commit/artalar/mono?style=flat-square)
![GitHub open issues](https://img.shields.io/github/issues-raw/artalar/mono?style=flat-square)
![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/artalar/mono?style=flat-square)
- [Demo](https://monocss.vercel.app/)
[![mono.png](thumbnail/mono.png)](screenshot/mono.png)
### Picnic CSS
Caution: Picnic CSS requires specific HTML structure to display certain elements. For example, it hides vanilla checkboxes and radio buttons. The structure serves as the effective class of the element. This means an existing project will have to modify its HTML markup for, e.g., every checkbox and radio button to start using Picnic.

View File

@ -409,6 +409,15 @@ website = ""
screenshots = ["minicss.png"]
tags = ["class-light"]
[mono]
demo = "https://monocss.vercel.app/"
github = "artalar/mono"
note = ""
website = ""
screenshots = ["mono.png"]
tags = ["class-light"]
["Picnic CSS"]
demo = "http://picnicss.com/"
github = "franciscop/picnic"

BIN
screenshot/mono.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 87 KiB

BIN
thumbnail/mono.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB