GithubHelp home page GithubHelp logo

tailwind-inline-bricks's Introduction

Tailwind-inline-bricks

A Tailwind plugin for x/y-spacing a list of inline items.

Adds negative top/left margin on a container and same but positive margin on its direct children.

npm i tailwindcss-inline-bricks

Usage

//tailwind.config.js

module.exports = {
  plugins: [
    // ...
    require('tailwindcss-inline-bricks')
  ]
}
<ul class="inline-bricks-4 inline-bricks-y-2">
    <li class="inline-flex items-center rounded-full bg-white px-4 py-1">This</li>
    <li class="inline-flex items-center rounded-full bg-white px-4 py-1">is </li>
    <li class="inline-flex items-center rounded-full bg-white px-4 py-1">a list</li>
    <li class="inline-flex items-center rounded-full bg-white px-4 py-1">of items that </li>
    <li class="inline-flex items-center rounded-full bg-white px-4 py-1">wraps and</li>
    <li class="inline-flex items-center rounded-full bg-white px-4 py-1">doesn't leave</li>
    <li class="inline-flex items-center rounded-full bg-white px-4 py-1">extra space around it</li>
</ul>

a list of items wrapping

Make sure your items are inline or inline-* or floated.

If you need a border or a top/left margin around your list, add a wrapper.

License

MIT

tailwind-inline-bricks's People

Contributors

spadarshut avatar

Stargazers

Andrejs Agejevs avatar Fabien Franzen avatar

Watchers

 avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.