Skip to content

Proyecto de framework UX/UI. La idea es tener una libreria de reglas css adaptables y escalables, separadas en modulos. Tambien incluir el JS correspondiente para la funcionalidad de componentes y un paquete npm para instalar

License

Notifications You must be signed in to change notification settings

Randev-ar/random-style

Repository files navigation

random-style

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

<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/Randev-ar/random-style/dist/css/main.css">

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:

About

Proyecto de framework UX/UI. La idea es tener una libreria de reglas css adaptables y escalables, separadas en modulos. Tambien incluir el JS correspondiente para la funcionalidad de componentes y un paquete npm para instalar

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •