@matart15/lib_ui_shadcn
TypeScript icon, indicating that this package has built-in type declarations

0.0.8 • Public • Published

Web共通UI

shadcn-ui を使っております。

Usage

  • pnpm install @matart15/lib_ui_shadcn -D
  • pnpm install -D tailwindcss postcss autoprefixer
  • pnpx tailwindcss init -p
  • make sure to add following code to tailwind.config.js. it will tell tailwind to compile classNames from this library.
    export default {
      content: [
        ...
        "node_modules/@matart15/lib_ui_shadcn/**/*.{js,ts,jsx,tsx,mdx}",
        "../../node_modules/@matart15/lib_ui_shadcn/**/*.{js,ts,jsx,tsx,mdx}",
      ]

Contribution

  • pnpm i
  • git add .
  • pnpm build : then we include dist folder in github.
  • git cz
  • pnpm release : this increments git tag and push to github

consideration

  • since we using npm to directly download from github, we include dist folder in github.

Readme

Keywords

none

Package Sidebar

Install

npm i @matart15/lib_ui_shadcn

Weekly Downloads

121

Version

0.0.8

License

MIT

Unpacked Size

2.63 MB

Total Files

483

Last publish

Collaborators

  • matart15