@emryui/presets

1.6.3 • Public • Published
Logo

Emry UI - Presets

Supercharge your frontend development

This package provides a set of Tailwind CSS theme configuration options. It includes:

  • Colors: primary, gray, success, error, warning, and 24 others
  • Typography settings
  • Gradient configurations
  • Container settings
  • Drop shadow configurations

Prerequisites

Before you begin, ensure that you have Tailwind CSS installed and set up in your project. If you haven't done this yet, you can follow the instructions in the Tailwind CSS Installation Guide.

Installation

To install the @emryui/presets package, run the following command in your project directory:

yarn add @emryui/presets

Usage

After installing the package, you need to include it in your Tailwind CSS configuration. Open your tailwind.config.js file and add @emryui/presets to the presets array:

module.exports = {
  presets: [
    require("@emryui/presets"),
    // ...other presets
  ],
  // ...other Tailwind CSS configuration
};

Now, the @emryui/presets configurations are available for use in your project.

Package Sidebar

Install

npm i @emryui/presets

Homepage

emryui.com

Weekly Downloads

0

Version

1.6.3

License

MIT

Unpacked Size

102 kB

Total Files

7

Last publish

Collaborators

  • emryui