vojislavd/heroicons-laravel 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

vojislavd/heroicons-laravel

最新稳定版本:v1.0.0

Composer 安装命令:

composer require vojislavd/heroicons-laravel

包简介

A simple implementation of Heroicons in Laravel.

README 文档

README

A simple implementation of Heroicons in Laravel.

Requirements

  • Laravel
  • Tailwind CSS

Installation

You can install the package via Composer:

composer require vojislavd/heroicons-laravel

Usage

You can use an icon by adding <x-icon /> to your Blade file and passing the icon name:

<x-icon name="icon-name" />

By default, the outline icons are used. If you want to use another type (outline, solid, mini, micro), add the type attribute to the component:

<x-icon name="icon-name" type="solid" />

You can also customize other icon attributes. For example:

<x-icon 
    name="icon-name" 
    type="outline" 
    fill="none" 
    stroke-width="1.5" 
    stroke="currentColor" 
    class="w-6 h-6" 
/>

Credits

License

The MIT License (MIT). Please see License File for more information.

统计信息

  • 总下载量: 20
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 2
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 2
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-08-13