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

Meroxa UI base styles based on TailwindCSS

Notifications You must be signed in to change notification settings

meroxa/ui-base

Repository files navigation

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://git@github.com: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"