level-css-framework
v0.6.0
Published
A Modern CSS and JS framework based on flexbox and custom tags
Downloads
144
Maintainers
Readme
Level CSS
A powerfull custom tags and flexbox based CSS framework
npm install level
You can perform a modular installation using the attribute 'km-include' alongside javascript in the following manner:
<pre>
<body km-include="components acordeon">
<!-- Contenido de tu web -->
</body>
</pre>
hosted at JsDelivr CDN:
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>
</pre>```
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)