0.0.29 • Published 6 days ago

@mbao01/common v0.0.29

Weekly downloads
-
License
MIT
Repository
github
Last release
6 days ago

Shared react meta-framework agnostic components used by @mbao01/ui and @mbao01/next

pnpm add @mbao01/common

or

npm install @mbao01/common
  1. Install tailwind - do so by following the installation guide

  2. Configure tailwind

export default {
  content: [
    "node_modules/@mbao01/common/src/**/*", // -> ensure to add this to allow tailwind to scan the library for classes
    ...
  ],
  "plugins": [
    ...require("@mbao01/common/plugin"), // -> import the library plugin
  ]
}