1.0.0 • Published 3 years ago

pargin v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Pargin will save you

Are you tired of writing margin and padding?

If so this package if for you, with this you can easily write margin and padding at the same time.

This library is only supports for JSS

Installation:

npm install pargin

Usage:

import pargin from 'pargin'

<div style={{ ...pargin(4, 5, 5, 6) }}>
    Pargin is so cool
</div>

Arguments are passed according to regular margin or padding rule: top, right, bottom and left.