@nongbitcorp/tailwind-room-between

1.0.0 • Public • Published

Tailwind Room between

Utilities for controlling the room (padding) between child elements.

Setup

Download package using npm.

npm i -D @nongbit/tailwind-room-between

Then add the plugin to your tailwind.config.js file:

/** @type {import('tailwindcss').Config} */
module.exports = {
  theme: {
    // ...
  },
  plugins: [
    require('@nongbit/tailwind-room-between'),
    // ...
  ],
}

Usage

See Space between at Tailwind CSS Documentation.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    1

Package Sidebar

Install

npm i @nongbitcorp/tailwind-room-between

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

3.31 kB

Total Files

4

Last publish

Collaborators

  • nongbitcorp