JorgeAntrax / level

A modern CSS framework Based on Flexbox

Home Page:https://jorgeantrax.github.io/level-docs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Level CSS

A powerfull custom tags and flexbox based CSS framework

Average time to resolve an issue Percentage of issues still open Installation

npm install level

You can perform a modular installation using the attribute 'km-include' alongside javascript in the following manner:

<body km-include="components acordeon">
   <!-- Contenido de tu web -->
</body>

CDN Unpkg

CSS file: https://unpkg.com/level-css-framework@0.6.0/css/level.min.css

JS file: https://unpkg.com/level-css-framework@0.6.0/js/level.min.js

CDN Github

development file https://cdn.jsdelivr.net/gh/JorgeAntrax/level-css-framework@0.6.0/css/level.css

distribution file https://cdn.jsdelivr.net/gh/JorgeAntrax/level-css-framework@0.6.0/css/level.min.css

CDN Node Package Manager

// development file https://cdn.jsdelivr.net/npm/level-css-framework@0.6.0/css/level.css

// distribution file https://cdn.jsdelivr.net/npm/level-css-framework@0.6.0/css/level.min.css

Thank you for using level, we appreciate your wupport with a star so the project can still be growing.

Framework creator:

Leonardo Quintana Juárez (From México)

Collaborators:

  • Ruslan López Carro (From México)

Spanish readme

level

Un potente framework CSS basado en flexbox y etiquetas personalizadas

Instalación

npm install level

// Puedes hacer una instalación módular mediante el atributo

'km-include' en conjunto con javascript

de la siguiente forma

<body km-include="components acordeon">
	<!-- Contenido de tu web -->
</body>

CDN Unpkg

CSS file: https://unpkg.com/level-css-framework@0.6.0/css/level.min.css

JS file: https://unpkg.com/level-css-framework@0.6.0/js/level.min.js

hosteado en CDN JsDelivr:

CDN Github

// archivo de desarrollo https://cdn.jsdelivr.net/gh/JorgeAntrax/level-css-framework@0.6.0/css/level.css

// archivo de distribución https://cdn.jsdelivr.net/gh/JorgeAntrax/level-css-framework@0.6.0/css/level.min.css

CDN Node Package Manager

// archivo de desarrollo https://cdn.jsdelivr.net/npm/level-css-framework@0.5.3/css/level.css

// archivo de distribución https://cdn.jsdelivr.net/npm/level-css-framework@0.6.0/css/level.min.css

Gracias por utilizar level, te agradecemos no apoyes con una estrellita para que el proyecto siga creciendo.

Creador del framework:

Leonardo Quintana Juárez (México)

Colaboradores:

  • Ruslan López Carro (From México)

About

A modern CSS framework Based on Flexbox

https://jorgeantrax.github.io/level-docs/

License:MIT License


Languages

Language:CSS 72.6%Language:JavaScript 15.4%Language:TypeScript 11.3%Language:HTML 0.7%