Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Latest commit

 

History

History
35 lines (28 loc) · 644 Bytes

README.md

File metadata and controls

35 lines (28 loc) · 644 Bytes

Meroxa UI Base

A TailwindCSS plugin that provides Meroxa's base UI configuration

Installation

Prerequisites

Make sure you have TailwindCSS installed in your project, then:

yarn add ssh://[email protected]:meroxa/ui-base.git

Plug It In 🔌

In your project, in your tailwind.config.js:

module.exports = {
  // ...
  plugins: [
    require('@meroxa/ui-base')
  ]
}

Development

Plugin Development

Link from this project's directory

yarn link

Then within whatever project you want to pull the package into

yarn link "@meroxa/ui-base"