random-style

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

MIT License

Downloads
156
Stars
1

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 thetag as well forproper responsive behaviorin mobile devices.

    <!doctype html>

  2. Include random-style CSS and JS. Place thetag in thefor our CSS, and thetag for our JavaScript bundle (including Popper for positioning dropdowns, poppers, and tooltips) before the closing.

    <!doctype 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 available yet

Other versions

To get the CDN of other versions, you must replaceversionby the corresponding code:

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

Example: