1.0.1 • Published 3 years ago

valclass v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

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

visit our documentation website here

#1589F0 Valclass framework

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

the language used by valclass

js 1 (1) :point_right: Vanilla Javascript css-removebg-preview (2) :point_right: 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

:rocket: CLICK HERE TO VISIT

how to use valclass in .html file:grey_question:

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

:round_pushpin: 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>

:point_down:


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

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

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

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

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

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

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

1.0.1

3 years ago

1.0.0

3 years ago