npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

body-ui

v3.5.6

Published

v3.5.6 de la librería de estilos CSS BodyStyle

Downloads

18

Readme

Bodystyle UI

Documentación Licencia show-code dynamics-tips show-code jquery Npm webpack css-loader style-loader package

Documentación

Para conocer todas las funcionalidades de la librería acudir a su documentación en:

https://bodystyle.000webhostapp.com

Comenzar

La forma más rápida y sencilla de disponer de la librería es a través del CDN que enlaza con el código de los archivos minificados. La forma de utilizar estos enlaces es agregandolos dentro de la etiqueta <head>...</head> de nuestro documento html.

CDN

bodystyle.min.css

https://rawcdn.githack.com/FedericoManzano/bodystyle/58a25e885718d0b2db6675c502ce6a41a45f373c/dist/css/bodystyle.min.css

bodystyle.min.js

https://rawcdn.githack.com/FedericoManzano/bodystyle/58a25e885718d0b2db6675c502ce6a41a45f373c/dist/js/bodystyle.min.js

Solo la grilla

Podemos añadir solo la grilla de bodystyle dejando de lado todo lo demas si no lo necesitamos.

https://rawcdn.githack.com/FedericoManzano/bodystyle/58a25e885718d0b2db6675c502ce6a41a45f373c/dist/css/grillaSolo.min.css

Solo los utilitarios

https://rawcdn.githack.com/FedericoManzano/bodystyle/58a25e885718d0b2db6675c502ce6a41a45f373c/dist/css/utilitarios.min.css

Cabecera

<!DOCTYPE html>
<head>

    <!-- META obligatorio para poder utilizar la libreria -->
    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <!-- Link con el CDN de los estilos css  -->
    <link rel="stylesheet" href="https://rawcdn.githack.com/FedericoManzano/bodystyle/58a25e885718d0b2db6675c502ce6a41a45f373c/dist/css/bodystyle.min.css">

</head>

<!-- Resto de la página -->

Pie

<script src="https://rawcdn.githack.com/FedericoManzano/bodystyle/58a25e885718d0b2db6675c502ce6a41a45f373c/dist/js/bodystyle.min.js"></script>
</body>

Plantilla

Dejamos una plantilla para copiar y pegar para poder cargar la librería con lo que mencionamos antes.

<!DOCTYPE html>
<html>
    <head>
        <!-- META obligatorio para poder utilizar la libreria -->
        <meta name="viewport" content="width=device-width, initial-scale=1.0">

        <!-- Link con el CDN de los estilos css  -->
        <link rel="stylesheet" href="https://rawcdn.githack.com/FedericoManzano/bodystyle/58a25e885718d0b2db6675c502ce6a41a45f373c/dist/css/bodystyle.min.css">
    </head>
    <body>
        <h1>Hola Mundo !!! <span class="badge badge-rojo">New</h1>
        <script src="https://rawcdn.githack.com/FedericoManzano/bodystyle/58a25e885718d0b2db6675c502ce6a41a45f373c/dist/js/bodystyle.min.js"></script>
    </body>
</html>

Descarga

Podemos disponer de la librería a través de su código fuente, el archivo pre-compilado o instalarla como una dependencia de nuestro proyecto con los gestores de paquetes de Node.

Archivo Precompilado

bodystyle-v3.5.0-precompilado-master.zip

Archivo Fuente

bodystyle-master.zip

Node package

Ingresar por el terminal los siguientes comandos para instalar la dependencia de la librería.

NPM

npm i body-ui

Yarn

yarn add body-ui

Dependencias

Producción

Desarrollo

Cambios desde la versión 2.x.x a 3.x.x

  • Capacidad deresaltar el código fuente de html, js, css, java, c.
  • Dependencia dynamics-tips para los tooltips, comentarios y dropdown.
  • Mejoramiento de las barras de navegación.
  • Dropdown refactorizado y depurado respecto versiones anteriores.
  • Archivo bodystyle.bundle.js con todos los archivos de estilo y módulos de js en un sólo archivo.
  • Se incorporan íconos de fuente para añadirle a los elementos.

Se eliminaron las funcionalidades de resaltar el código fuente y se los reemplazó con una dependecia show-code-v1.1.1.

show-code dynamics-tips

Licencia

MIT

bodystyle (c) 2020