Skip to content

🔳 when you need more __space__. Quick margin/padding for your no-code tools.

License

Notifications You must be signed in to change notification settings

actuallyakash/spacers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TODO: options needed

  • containedArea (use if you're not able to find the element (ex- iframe)) | type: object
  • spacerClass (for adding classes in the spacers) | type: string
  • defaultSpacing (default margin/padding values) | type: string
  • defaultPadding (an object with top, bottom, left, right values) | type: object
  • defaultMargin (an object with top, bottom, left, right values) | type: object
  • spacingUnit (to change default spacing unit of spacers like em, rem, in, cm ..etc) | type: string
  • showOnHover (to show spacers only on hover) | type: boolean
  • showSpacingValue (to show the margin/padding number in the center of spacer) | type: boolean
  • showLabel: (to show the label beside spacing value) | type: string
  • showLocks: (to link opposite spacers)

Done