0.1.14 • Published 4 years ago

@100shapes/monday-theme v0.1.14

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
4 years ago

Monday.com Tailwind Theme

Custom Tailwind config to skin html classes based on Monday.com's Design System

Installation

Yarn or npm install

npm install @100shapes/monday-theme

or

yarn add @100shapes/monday-theme

Installation

  1. Set up Tailwind however you choose within your project.

  2. in your project's tailwind.config.js add the follwing:

const config = require('@100shapes/monday-theme')

module.exports = {
  ...config,
}

Note

This configuration replaces Tailwinds defaults, so the the classes in tailwind's docs (i.e. padding) will no longer exist.

If you'd prefer to keep these default clases, use tailwind's extend.

Usage

Something like this:

<div class="flex px-MD border border-primary bg-riverstoneGrey">
  <p class="text-medium">I look like Monday.com</p>
</div>

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

0.1.14

4 years ago

0.1.13

4 years ago

0.1.10

4 years ago

0.1.11

4 years ago

0.1.9

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.4

4 years ago

0.1.5

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago