0.1.3 • Published 10 months ago

random-style v0.1.3

Weekly downloads
-
License
ISC
Repository
github
Last release
10 months ago

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 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.

DescriptionURL
CSShttps://cdn.jsdelivr.net/gh/Randev-ar/random-style/dist/css/main.css
JSNo 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:

  • https://cdn.jsdelivr.net/gh/Randev-ar/random-style@v1.0.0/dist/css/main.css
  • https://cdn.jsdelivr.net/gh/Randev-ar/random-style@v1.0.0-alpha/dist/css/main.css
0.1.3

10 months ago

0.1.0

10 months ago

0.1.2

10 months ago

0.1.1

10 months ago

0.0.10

2 years ago

0.0.11

2 years ago

0.0.12

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago