Skip to content

Latest commit

 

History

History
106 lines (64 loc) · 2.96 KB

README.md

File metadata and controls

106 lines (64 loc) · 2.96 KB

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/[email protected]/css/level.min.css

JS file: https://unpkg.com/[email protected]/js/level.min.js

CDN Github

development file https://cdn.jsdelivr.net/gh/JorgeAntrax/[email protected]/css/level.css

distribution file https://cdn.jsdelivr.net/gh/JorgeAntrax/[email protected]/css/level.min.css

CDN Node Package Manager

// development file https://cdn.jsdelivr.net/npm/[email protected]/css/level.css

// distribution file https://cdn.jsdelivr.net/npm/[email protected]/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/[email protected]/css/level.min.css

JS file: https://unpkg.com/[email protected]/js/level.min.js

hosteado en CDN JsDelivr:

CDN Github

// archivo de desarrollo https://cdn.jsdelivr.net/gh/JorgeAntrax/[email protected]/css/level.css

// archivo de distribución https://cdn.jsdelivr.net/gh/JorgeAntrax/[email protected]/css/level.min.css

CDN Node Package Manager

// archivo de desarrollo https://cdn.jsdelivr.net/npm/[email protected]/css/level.css

// archivo de distribución https://cdn.jsdelivr.net/npm/[email protected]/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)