1.0.0 • Published 2 years ago

versecss v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Quick start

Some quick start options are available

Example

All components are used in the test file (~/test/index.html) This is an example of using verse css to create a component in web. You can get more information from the verse documentations.

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <!--  Responsible <meta> tag    -->
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>Document</title>
    <!--   User .css file for styling   --> <!--  <link rel="stylesheet" href="style.css"  -->
    <!--   Verse.css CDN link, you can git it from https://www.jsdelivr.com/package/gh/verse-css/verse  -->
  </head>
  <body>
    <!--   This example will create a button with the text "Hello World" in your browser   -->
    <button class="btn btn-primary">
      Hello World
    </button>
    <!--  User .js file for scripting   --> <!--   <script src="index.js"></script>    -->
    <!--  Verse.js CDN link, you can get it from https://www.jsdelivr.com/package/gh/verse-css/verse   -->
  </body>
</html>

The above html snippet will create a button with the text "Hello World" in your browser. Warning

  • If the button has a blue background, a white foreground, a border radius, no border and it will be darker when you hover it, verse is successfully setted up. Else, you have failed.
  • Above html snippet doesn't contain CDN link, you must insert the link by yourself.

Component list

ComponentsCSS or JS required
alertCSS
breadcrumbCSS
buttonsCSS
cardCSS
dropdown & dropupCSS
menuCSS
messageCSS
modalCSS and JS
navbarCSS
panelCSS
inputCSS
toastCSS and JS
tooltipCSS and JS
{utils}CSS

License

verse is developed by verse team and MIT licensed.