A TailwindCSS plugin that provides Meroxa's base UI configuration
Make sure you have TailwindCSS installed in your project, then:
yarn add ssh://[email protected]:meroxa/ui-base.git
In your project, in your tailwind.config.js
:
module.exports = {
// ...
plugins: [
require('@meroxa/ui-base')
]
}
Link from this project's directory
yarn link
Then within whatever project you want to pull the package into
yarn link "@meroxa/ui-base"