New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@100shapes/monday-theme

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@100shapes/monday-theme

Custom tailwindcss config to match Mondaycom's design system.

  • 0.1.14
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
2
Created
Source

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

Keywords

FAQs

Package last updated on 20 Aug 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc