Skip to main content

Install Free Version

From npm Registry

From GitHub

You can also install the free version directly from GitHub:
Or using the full GitHub URL:
Repository: peppermint-id/DevReadyKit

Install Custom Version (with Token)

Get access: Request access and generate your personal auth token at devreadykit.com.

Peer Dependencies

Make sure your app has:
  • react >= 18
  • react-dom >= 18

Styling Setup

Components are styled using Tailwind utility classes. You can use them without Tailwind, but we strongly recommend enabling Tailwind for consistent styling.

With Tailwind CSS

  1. Install Tailwind CSS in your project:
  1. Configure your tailwind.config.js:
  1. Import Tailwind styles in your main CSS file:

Without Tailwind CSS

You can use the components without Tailwind, but you’ll need to provide your own styling or use the component’s built-in classes.

Basic Usage

Once installed, you can import and use components:

Next Steps

  • Check out the Available Components overview
  • Learn about Theming customization options
  • Explore individual component documentation in the Components section