daberpro / valclasssave

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Group 1 (2) Hi, introduce a css framework called valclass 🤙

visit our documentation website here

#1589F0 Valclass framework

  • 💨Valclass accelerate the process of building a website for web developers. (2021)
  • ✒️valclass comes with a v- prefix in every class
  • ⚔️valclass provides different features from any framework
  • 🧲vaclass is similar to tailwind so it's easy to remember

the language used by valclass

js 1 (1) 👉 Vanilla Javascript css-removebg-preview (2) 👉 Cascading style sheet (css)

Instalation with CDN

https://cdn.jsdelivr.net/gh/valclassdevelop/valclassDocumentation/valclass.js

Installation with NPM

$ npm install valclass

Visit the valclass documentation website

how to use valclass in .html file:grey_question:

<body class="font text-color display justify-content align-items">

📍 Include the class in the body tag according to the css property name required

<h1 class="v-font-poppins v-font-xl v-weight-bold v-text-warning v-d-flex v-justify-center v-items-center"></h1>

👇


🔌 v-font-poppins : from the font class in the body tag

🔌 v-font-xl : from the font class in the body tag

🔌 v-weight-bold : of the font class in the body tag

🔌 v-text-warning : from the text-color class in the body tag

🔌 v-d-flex : from the display class in the body tag

🔌 v-justify-center : from the justify-content class in the body tag

🔌 v-items-center : from the align-items class in the body tag

About

License:MIT License


Languages

Language:JavaScript 97.3%Language:CSS 2.7%