JSPM

@pezeshk-book/ui-kit

0.1.14
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 44
  • Score
    100M100P100Q12052F
  • License MIT

UIkit components for use in React or Next.js.

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@pezeshk-book/ui-kit) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    Getting Started with @pezeshk-book/ui-kit

    This project was built by tailwind for React and Next.js projects.

    Learn More

    You can check the storybook in the pbkit.pezeshkbook.com.

    Installing

    using npm:

    npm install --save @pezeshk-book/ui-kit

    React Js Config

    Add the Tailwind directives to your CSS global

    @tailwind base;
    @tailwind components;
    @tailwind utilities;

    Next Js Config

    Add the Tailwind directives to your global.css

    @tailwind base;
    @tailwind components;
    @tailwind utilities;

    tailwind.config will be generated automatically

    for more configs you can visit - tailwind Documentation