random-style
v0.1.3
Published
Stylesheet && React components
Downloads
7
Readme
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.
- 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>
- 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.
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:
https://cdn.jsdelivr.net/gh/Randev-ar/[email protected]/dist/css/main.css
https://cdn.jsdelivr.net/gh/Randev-ar/[email protected]/dist/css/main.css