Code Monkey home page Code Monkey logo

tailwind-dot-grid-backgrounds's Introduction

๐ŸŽจ tailwind-dot-grid-backgrounds

tailwind-dot-grid-backgrounds

A tiny Tailwind plugin to add dot and grid customizable backgrounds fast

Build Status npm version minzipped size

What? โ€ข Guide and examples โ€ข Help โ€ข Contribute

tl;dr

This is a Tailwind plugin that allows you to add background grids and background dots in an easy and customizable way:

1. Installing the dependency:

npm install --save @nauverse/tailwind-dot-grid-backgrounds

2. Add the plugin to the tailwind.config.js file:

// ... the rest of your tailwind.config.js file

const config: Config = {
  // ... the rest of your config
  plugins: [
    require('@nauverse/tailwind-dot-grid-backgrounds')
    // ... the rest of your Tailwind plugins
  ],
};

3. You are done! ๐Ÿช„

Try it by adding this HTML to your UI:

<div class="h-screen w-screen bg-yellow-300 bg-grid-8-s-2-neutral-950"></div>

What

You could achieve the same by just using some Tailwind code but... I found myself adding this kind of background in my projects very often. So I created a small Tailwind plugin to allow me adding these background but at the same allowing all the customization offered by Tailwind.

Features

  • ๐ŸŽจ Fully integrated with Tailwind CSS
  • ๐Ÿƒโ€โ™‚๏ธ Performant (it uses CSS to render the backgrounds)
  • 0๏ธโƒฃ Zero dependencies
  • ๐Ÿงช Has tests!
  • ๐ŸŽ‰ Easy to use, straight to the point

Guide and examples

Background Grid

Pattern: bg-grid-<SIZE>-s-<STROKE_WIDTH>-<COLOR>

  • <SIZE> is the size of the grid squares. It allows the numeric values of the width prop in Tailwind. You will see the available options in Intellisense.
  • <STROKE_WIDTH> is the width of the strokes of the grid squares. It allows the numeric values of the borderWidth prop in Tailwind and also the value 1 (since Tailwind does not have a border-1 class).
  • <COLOR> is the color of the strokes. It allows any valid classname color in Tailwind.

Examples:

bg-grid-8-s-2-neutral-950

tailwind-dot-grid-backgrounds bg-grid-8-s-2-neutral-950

bg-grid-48-s-8-blue-700/80

tailwind-dot-grid-backgrounds bg-grid-48-s-8-blue-700/80

Background Dots

Pattern: bg-dot-<SIZE>-s-<DOT_SIZE>-<COLOR>

  • <SIZE> is the size of the space (in both axis) between the dots. It allows the numeric values of the width prop in Tailwind. You will see the available options in Intellisense.
  • <DOT_SIZE> is the size of the dots. It allows the numeric values of the borderWidth prop in Tailwind and also the value 1 (since Tailwind does not have a border-1 class).
  • <COLOR> is the color of the dots. It allows any valid classname color in Tailwind.

Examples:

bg-dot-8-s-2-neutral-950

tailwind-dot-grid-backgrounds bg-dot-8-s-2-neutral-950

bg-dot-16-s-8-blue-700/80

tailwind-dot-grid-backgrounds bg-dot-16-s-8-blue-700/80

Help

Thank you for using tailwind-dot-grid-backgrounds!

If you need any help using this plugin, feel free to create a GitHub issue, and ask your questions. I'll try to answer as quickly as possible.

Contribute

Contributions of any kind (pull requests, bug reports, feature requests, documentation, design) are more than welcome! If you like this project and want to help, but feel like you are stuck, feel free to contact the maintainers.

Building from source

Building the project should be quick and easy. If it isn't, it's the maintainer's fault. Please report any problems with building in a GitHub issue.

You need to have a reasonably recent version of node.js to build tailwind-dot-grid-backgrounds. Tested on node version 18.0.0 and npm version 8.6.0.

First, clone the git repository:

git clone [email protected]:TheNaubit/tailwind-dot-grid-backgrounds.git

Then switch to the newly created tailwind-dot-grid-backgrounds directory and install the dependencies:

cd tailwind-dot-grid-backgrounds
npm install

You can then run the unit tests to verify that everything works correctly:

npm run test:run

And finally, build the library:

npm run build

The output will appear in the dist directory.

Happy hacking!

Contributors โœจ

All Contributors

Al | Naucode
Al | Naucode

๐Ÿ› ๐Ÿ’ป ๐Ÿ“– ๐Ÿšง ๐Ÿš‡ โš ๏ธ

Thanks goes to these wonderful people (emoji key):

Contributors

This project follows the all-contributors specification. Contributions of any kind welcome!

tailwind-dot-grid-backgrounds's People

Contributors

thenaubit avatar allcontributors[bot] avatar dependabot[bot] avatar

Stargazers

TJ avatar Kaamraan avatar 81NARY avatar  avatar

Watchers

 avatar

tailwind-dot-grid-backgrounds's Issues

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.