Download the PHP package picocss/pico without Composer

On this page you can find all versions of the php package picocss/pico. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package pico

Pico CSS

[![Github release](https://img.shields.io/github/v/release/picocss/pico?color=0172ad&logo=github&logoColor=white)](https://github.com/picocss/pico/releases/latest) [![npm version](https://img.shields.io/npm/v/@picocss/pico?color=0172ad)](https://www.npmjs.com/package/@picocss/pico) [![License](https://img.shields.io/badge/license-MIT-%230172ad)](https://github.com/picocss/pico/blob/master/LICENSE.md) [![Twitter URL](https://img.shields.io/twitter/url/https/twitter.com/picocss.svg?style=social&label=Follow%20%40picocss)](https://twitter.com/picocss) ## Minimal CSS Framework for Semantic HTML A minimalist and lightweight starter kit that prioritizes semantic syntax, making every HTML element responsive and elegant by default. Write HTML, Add Pico CSS, and Voilà! ## What’s new in v2? Pico v2.0 features better accessibility, easier customization with SASS, a complete color palette, a new group component, and 20 precompiled color themes totaling over 100 combinations accessible via CDN. [Read more](https://picocss.com/docs/v2) ## A Superpowered HTML Reset With just the right amount of everything, Pico is great starting point for a clean and lightweight design system. - Class-light and Semantic - Great Styles with Just CSS - Responsive Everything - Light or Dark Mode - Easy Customization - Optimized Performance ## Table of contents - [Quick start](#quick-start) - [Class-less version](#class-less-version) - [Limitations](#limitations) - [Documentation](#documentation) - [Browser Support](#browser-support) - [Contributing](#contributing) - [Copyright and license](#copyright-and-license) ## Quick start There are 4 ways to get started with pico.css: ### Install manually [Download Pico](https://github.com/picocss/pico/archive/refs/heads/main.zip) and link `/css/pico.min.css` in the `` of your website. ### Usage from CDN Alternatively, you can use [jsDelivr CDN](https://www.jsdelivr.com/package/npm/@picocss/pico) to link pico.css. ### Install with NPM Or Then, import Pico into your SCSS file with [@use](https://sass-lang.com/documentation/at-rules/use): ### Install with Composer ### Starter HTML template ## Class-less version Pico provides a `.classless` version. In this version, `
`, `
`, and `
` inside `` act as containers to define a centered or a fluid viewport. Use the default `.classless` version if you need centered viewports: Or use the `.fluid.classless` version if you need a fluid container: Then just write pure HTML, and it should look great: ## Limitations Pico CSS 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. [Read more](https://picocss.com/docs/usage-scenarios) ## Documentation **Getting started** - [Quick start](https://picocss.com/docs) - [Version picker `New`](https://picocss.com/docs/version-picker) - [Color schemes](https://picocss.com/docs/color-schemes) - [Class-less version](https://picocss.com/docs/classless) - [Conditional styling `New`](https://picocss.com/docs/conditional) - [RTL](https://picocss.com/docs/rtl) **Customization** - [CSS Variables](https://picocss.com/docs/css-variables) - [Sass](https://picocss.com/docs/sass) - [Colors `New`](https://picocss.com/docs/colors) **Layout** - [Container](https://picocss.com/docs/container) - [Landmarks & section](https://picocss.com/docs/landmarks-section) - [Grid](https://picocss.com/docs/grid) - [Overflow auto `New`](https://picocss.com/docs/overflow-auto) **Content** - [Typography](https://picocss.com/docs/typography) - [Link](https://picocss.com/docs/link) - [Button](https://picocss.com/docs/button) - [Table](https://picocss.com/docs/table) **Forms** - [Overview](https://picocss.com/docs/forms) - [Input](https://picocss.com/docs/forms/input) - [Textarea](https://picocss.com/docs/forms/textarea) - [Select](https://picocss.com/docs/forms/select) - [Checkboxes](https://picocss.com/docs/forms/checkboxes) - [Radios](https://picocss.com/docs/forms/radios) - [Switch](https://picocss.com/docs/forms/switch) - [Range](https://picocss.com/docs/forms/range) **Components** - [Accordion](https://picocss.com/docs/accordion) - [Card](https://picocss.com/docs/card) - [Dropdown](https://picocss.com/docs/dropdown) - [Group `New`](https://picocss.com/docs/group) - [Loading](https://picocss.com/docs/loading) - [Modal](https://picocss.com/docs/modal) - [Nav](https://picocss.com/docs/nav) - [Progress](https://picocss.com/docs/progress) - [Tooltip](https://picocss.com/docs/tooltip) **About** - [What’s new in v2?](https://picocss.com/docs/v2) - [Mission](https://picocss.com/docs/mission) - [Usage scenarios](https://picocss.com/docs/usage-scenarios) - [Brand](https://picocss.com/docs/brand) - [Built With](https://picocss.com/docs/built-with) ## Browser Support Pico CSS 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. ## Contributing If you are interested in contributing to Pico CSS, please read our [contributing guidelines](https://github.com/picocss/pico/blob/master/.github/CONTRIBUTING.md). ## Copyright and license Licensed under the [MIT License](https://github.com/picocss/pico/blob/master/LICENSE.md).

All versions of pico with dependencies

PHP Build Version
Package Version
No informations.
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package picocss/pico contains the following files

Loading the files please wait ....