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

edb-bs-extend

v5.0.0

Published

Extensão CSS personalizada para usar com Bootstrap 5

Downloads

98

Readme


edb-bs-extend - README


Atenção: Removida a imagem de exemplo para redução do tamanho do pacote

SASS

Importe os arquivos que irá utilizar diretamente da pasta 'dist/sass'.

Corrigido na v4.1.1

CSS

Adicione o arquivo css diretamente da pasta 'dist/css'

Corrigido na v4.1.1

Teste JS

Para testar o funcionamento com Javascript:

const edbExtend = require('edb-bs-extend')

edbExtend()

Deverá mostrar a mensagem no console:

Este é um modulo CSS, não importe o arquivo javascript.
edb-bs-extend - ©2018-2022 Estúdio Digital Bocca

ATENÇÃO

Para usar o componente capa, mude a url da imagem para a imagem do seu projeto.

background-image: url(../images/example.jpg)

Caso esteja importando o sass diretamente do node_modules você pode escrever no seu arquivo css/sass (Abaixo da importação deste modulo) a regra:

.edb-capa::before
  background-image: url(../url/da/sua/imagem.jpg)

CLASSES CSS

TEXTO

TAMANHO

.edb-1-rem

Escolha entre 1 e 10 rem de tamanho de texto.

CAIXA ALTA (Removido na v3+)

.edb-upper

Transforma o texto em caixa alta.

Migração: Utilize a classe text-uppercase do bootstrap 4.

SOMBRA

.edb-shadow

Aplica sombra ao texto.

CORES

.edb-white
.edb-black
.edb-claro
.edb-escuro

Cores pré definidas utilizadas pelo Estúdio Digital Bocca.

DIVS E TEXTO

CURSOR

.edb-pointer

Transforma o cursor em pointer (LINK CLICÁVEL)

DIVS

CORES DE FUNDO

.edb-bg-white
.edb-bg-black
.edb-bg-claro
.edb-bg-escuro

Cores pré definidas utilizadas pelo Estúdio Digital Bocca.

DIV COM IMAGEM DE FUNDO

.edb-capa

Cria uma div com uma imagem de fundo e texto sobreposto à imagem. Troque a URL da Imagem de fundo para a imagem que irá usar.

BODY

.edb-theme-primary
.edb-theme-alternative
.edb-theme-dark

Quando utilizado no body troca o tema principal pelo escolhido.

REGISTRO DE ALTERAÇÕES

LICENÇA

  • MIT

©2018-2022 Estúdio Digital Bocca - https://estudiodigitalbocca.com.br