Home - Randev-ar/random-style GitHub Wiki

Quick start

Get started by including random-style production-ready CSS and JavaScript via CDN without the need for any build steps.

  1. Create a new index.html file in your project root. Include the tag as well for proper responsive behavior in mobile devices.
<!doctype html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Randev Style demo</title>
  </head>
  <body>
    <h1>Hello, world!</h1>
  </body>
</html>
  1. Include random-style CSS and JS. Place the tag in the for our CSS, and the <script> tag for our JavaScript bundle (including Popper for positioning dropdowns, poppers, and tooltips) before the closing .
<!doctype html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Randev Style demo</title>
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/Randev-ar/random-style/dist/css/main.css">
  </head>
  <body>
    <h1>Hello, world!</h1>
  </body>
</html>

CDN Links

As reference, here are our primary CDN links.

Description URL
CSS https://cdn.jsdelivr.net/gh/Randev-ar/random-style/dist/css/main.css
JS No avaiable yet

Otras Versiones

Para obtener la CDN de otras versiones, debes reemplazar version por el código correspondiente:

https://cdn.jsdelivr.net/gh/Randev-ar/random-style@version/dist/css/main.css

Ejemplo:

⚠️ **GitHub.com Fallback** ⚠️