alexdbsas/fffeather

简单的feather图标集成

赞助包维护!
赞助我一杯咖啡

安装: 5

依赖: 0

建议者: 0

安全: 0

星标: 0

关注者: 1

分支: 0

开放问题: 0

类型:fatfree-extension

v1.0.3 2024-02-14 18:54 UTC

This package is auto-updated.

Last update: 2024-09-14 20:20:17 UTC


README

用于Fat-free-framework的feather-icons扩展

使用方法

非常简单

index.php

require 'vendor/autoload.php';
new \alexdbsas\FFfeather;

template.html

<feather type="activity">

其中 "type" 是图标名称。别忘了先设置CSS(否则图标将不可见)

.feather {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

文档所述

为什么要使用精灵图呢?

因为它是最资源高效的方法。浏览器只缓存一个文件,很少会进行后续请求。减少流量,减少请求,节省时间。

付费工作

接受订单

捐赠