Skip to content

gaoryrt/drop-caps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

drop-caps πŸ“°

Unoffical implamentation of Drop caps & design systems. Drop caps for <p>

Installation πŸ—οΈ

$ yarn add drop-caps

Usage 🍹

Import

import cap from 'drop-caps'

Capitalize all paragraphs:

cap()

Capitalize whatever you like:

cap('p.whatyouwant')
cap($('#boo'))
cap(['.bah', $('p')])

Costumize size:

cap(
  '.biz', // selector
  {
    fontSize: '5em', // font-size
    top: '-0.1px', // margin-top
    btm: '-0.2cap', // margin-bottom
  }
)

About

πŸ“° Drop caps for <p>

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published