@alemdev/marca-components
v0.0.5
Published
This project aims to leverage the power of Tailwind CSS by integrating a specialized component plugin.
Downloads
11
Maintainers
Readme
Marca components
Visit the website.
This project aims to leverage the power of Tailwind CSS by integrating a specialized component plugin. This plugin extends Tailwind CSS by providing a curated collection of ready-to-use UI components. By incorporating this plugin into our development workflow, we can streamline UI development, reduce repetitive styling tasks, and accelerate project delivery.
Installation
Package install
Install the package:
- npm
npm install @alemdev/marca-components
Plugin Implementation
Use the plugin in your Tailwind CSS project:
// tailwind.config.mjs
import components from '@alemdev/marca-components'
export default {
// ...rest of the options
plugins: [components],
}