Skip to content

ionited/particle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Particle

Particle logo

A lightweight CSS framework for creation of pages structrure

Particle makes easy build a structure and responsivity of webpages. You can focus in your UI.

Quick start

Choose your favorite option below:

Install with NPM

npm i @ionited/particle

Download

particle.css or particle.min.css

Or import only your needed modules.

Get from UNPKG

https://unpkg.com/@ionited/particle@latest/dist/particle.min.css


Basic HTML

<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <title>Document</title>
    
    <link href="https://unpkg.com/@ionited/particle@latest/dist/particle.min.css" rel="stylesheet">
</head>
<body>
    
</body>
</html>

Documentation

License

Copyright (c) 2020 Ion. Licensed under MIT License.

https://ionited.io