Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Bootstrap | 166,120 | 187,859 | 18,838 | 3 days ago | 63 | September 14, 2023 | 512 | mit | JavaScript | |
The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web. | ||||||||||
Bootswatch | 14,310 | 1,604 | 188 | 23 days ago | 44 | September 20, 2023 | 47 | mit | JavaScript | |
Themes for Bootstrap | ||||||||||
Bootstrap Table | 11,603 | 247 | 49 | a day ago | 44 | July 06, 2023 | 231 | mit | JavaScript | |
An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation, Vue.js) | ||||||||||
Pico | 10,515 | 22 | 2 months ago | 30 | April 23, 2023 | 84 | mit | SCSS | ||
Minimal CSS Framework for semantic HTML | ||||||||||
Metro Ui Css | 6,980 | 8 | 7 | 5 days ago | 108 | December 04, 2023 | 69 | mit | JavaScript | |
Impressive component library for expressive web development! Build responsive projects on the web with the first front-end component library in Metro Style. And now there are even more opportunities every day! | ||||||||||
Pattern.css | 3,498 | 2 years ago | n,ull | HTML | ||||||
CSS only library to fill empty background with beautiful patterns. | ||||||||||
Halfmoon | 2,894 | 6 | 2 months ago | 8 | October 07, 2023 | 66 | mit | CSS | ||
Halfmoon is a highly customizable, drop-in Bootstrap replacement. It comes with three built-in core themes, with dark mode support for all themes and components. | ||||||||||
Propeller | 1,147 | 38 | 12 | 3 years ago | 19 | March 23, 2018 | 17 | mit | HTML | |
Propeller - Develop more, Code less. Propeller is a front-end responsive framework based on Google's Material Design Standards & Bootstrap. | ||||||||||
Tailwindo | 939 | a year ago | 12 | June 18, 2021 | 8 | mit | PHP | |||
🔌 Convert Bootstrap CSS code to Tailwind CSS code | ||||||||||
Bootstrap V4 Rtl | 464 | 36 | 16 | 2 months ago | 17 | September 06, 2022 | mit | JavaScript | ||
RTL edition of bootstrap v4 for rtl languages like Farsi and Arabic |
Minimal CSS Framework for semantic HTML
Elegant styles for all native HTML elements without .classes
and dark mode automatically enabled.
Examples ·
Documentation
Class-light and semantic
Pico uses simple native HTML tags as much as possible. Less than 10 .classes are used in Pico.
Great styles with just one CSS file
No dependencies, package manager, external files, or JavaScript.
Responsive everything
Elegant and consistent adaptive spacings and typography on all devices.
Light or Dark mode
Shipped with two beautiful color themes, automatically enabled according to the user preference.
There are 4 ways to get started with Pico CSS:
Install manually
Download Pico and link /css/pico.min.css
in the <head>
of your website.
<link rel="stylesheet" href="css/pico.min.css">
Install from CDN
Alternatively, you can use jsDelivr CDN to link pico.css.
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@1/css/pico.min.css">
Install with NPM
npm install @picocss/pico
Install with Composer
composer require picocss/pico
Pico provides a .classless
version (example).
In this version, header
, main
and footer
act as containers.
Use the default .classless
version if you need centered viewports:
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@1/css/pico.classless.min.css">
Or use the .fluid.classless
version if you need a fluid container:
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@1/css/pico.fluid.classless.min.css">
Then just write pure HTML, and it should look great:
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@1/css/pico.classless.min.css">
<title>Hello, world!</title>
</head>
<body>
<main>
<h1>Hello, world!</h1>
</main>
</body>
</html>
Minimalist templates to discover Pico in action:
Preview
A starter example with most of the Pico components and styles.
Right-to-left (RTL) preview
A starter example in Arabic with most of the Pico components and styles.
Classless
A pure semantic HTML markup, without .classes
.
Basic template
A basic custom template for Pico using only CSS custom properties (variables).
Company
A classic company or blog layout with a sidebar.
Google Amp
A simple layout for Google Amp, with inlined CSS.
Sign in
A minimalist layout for Login pages.
Pico + Bootstrap grid system
Custom CSS build with the Bootstrap grid system to manage complex grid layouts in Pico.
All examples are open-sourced in picocss/examples.
Pico can be used without custom CSS for quick or small projects. However, it’s designed as a starting point, like a “reset CSS on steroids”. As Pico does not integrate any helpers or utilities .classes
, this minimal CSS framework requires SCSS or CSS knowledge to build large projects.
Getting started
Layout
Elements
Components
Utilities
Pico is designed and tested for the latest stable Chrome, Firefox, Edge, and Safari releases. It does not support any version of IE, including IE 11.
If you are interested in contributing to Pico CSS, please read our contributing guidelines.
Licensed under the MIT License.
Relevant third-party tools and resources we depend on:
Website and docs:
Pico Library: