Socket
Socket
Sign inDemoInstall

dbgrid

Package Overview
Dependencies
303
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    dbgrid

A Small Library CSS


Version published
Weekly downloads
356
increased by447.69%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Como Empezar

Antes de comenzar a usar esta librería primero hay que hacer la instalación correspondiente:

npm install dbgrid

O también puedes utilizar yarn:

yarn add dbgrid

Una vez instalado el paquete se debe de inicializar la siguiente configuracion de variables de css.

Para esto debes de crear en tu fichero raiz de compilacion sass o en un fichero css las siguientes variables:

:root {
    --db-base-color:  #09111a;
    --db-font-face:  sans-serif;
    --db-title-face: sans-serif;
    --db-line-height: 1.4;
    --db-small-relative: 90%;
    
    //size
    --db-font-base: 16px;
    --db-size-xs: 12px;
    --db-size-sm: 14px;
    --db-size-md: 20px;
    --db-size-lg: 25px;
    --db-size-tl: 40px;
    --db-size-jb: 60px;
    --db-size-hr: 80px;
    --db-size-mg: 150px;
    
    //radius
    --db-radius-sm: 4px;
    --db-radius-md: 12px;
    --db-radius-lg: 18px;
    --db-radius-fluid: 100%;
    --db-breakpoint-m: 320px;
    --db-breakpoint-tb: 768px;
    --db-breakpoint-l: 1024px;
    --db-breakpoint-d: 1366px;
    --db-breakpoint-hd: 1540px;
    --db-breakpoint-w: 1920px;
}

Estas variables definen el comportamiento esencial de la librería CSS

Keywords

FAQs

Last updated on 09 May 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc