0.0.5 • Published 1 year ago

@alemdev/marca-components v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Marca components

GitHub stars GitHub Forks GitHub PRs GitHub issues GitHub Contributors

web

Visit the website.

Tailwind
CSS Astro

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],
    }    
0.0.5

1 year ago

0.0.3

1 year ago

0.0.4

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago