0.6.3 • Published 7 months ago

@ionited/particle v0.6.3

Weekly downloads
9
License
MIT
Repository
github
Last release
7 months ago

Particle

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

0.6.3

7 months ago

0.6.2

7 months ago

0.6.1

10 months ago

0.6.0

1 year ago

0.5.0

2 years ago

0.4.3

2 years ago

0.4.2

2 years ago

0.4.1

2 years ago

0.4.0

3 years ago

0.3.0

4 years ago

0.2.0

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago