Skip to content

TiendaNube/nimbus-icons-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nimbus Icons - PHP

Nimbus PHP Release

This is a PHP version from Nimbus Icon

👾 See live demo here

Get started

This project using composer.

$ composer require tiendanube-nimbus/icons

How to use

<?php
use Nimbus\Icon;

// Icon::get(ICON_NAME, SIZE, COLOR)
$icon = Icon::get("home", 40, '#000000');
echo $icon;

Options

Params allowed on Icon::get() method

Param Type Required Default
$name string true null
$size int false 16
$color string false "#000000"

Available Icons

To use on $name param as string.

Available icons Preview
accordion
align-center
align-left
align-right
apps
apps-list
archive
arrow-down
arrow-left
arrow-right
arrowup
arrows-horizontal
arrows-vertical
backspace
bag
barcode
bold
box-packed
box-unpacked
briefcase
browser
browser-search
calculator
calendar-days
calendar
camera
cash
cashier
chat-dots
check-circle
check
chevron-down
chevron-left
chevron-right
chevron-up
christ
clock
close
code
cog
color-palette
copy
credit-card
desktop
discount-circle
diskette
download
drag-dots
drag
drink
drop
drums
duplicate
ecosystem
edit
ellipsis
exclamation-circle
exclamation-triangle
external-link
eye-off
eye
file-alt
file
fingerprint
fire
flag
folder
font
forbidden
gift-box
gift-card
glasses
globe
google
guitar
generative-stars
heart
history
home
horizontal-padding
ia-coin
id-card
infinite
info-circle
invoice
italic
layout
life-ring
lightbulb
lightning-bolt
link-off
link
list
location
lock-open
lock
log-out
magic-wand
mail
margin
marketing
mate
meta
menu
microphone
mobile
money
moon
notification
obelisk
online-store
ordered-list
paper-plane
pencil
peso
pinterest
picture
pix
planet
play
plus
plus-circle
printer
qr-code
pyramid
question-circle
real
redo
remove-format
repeat
rocket
scooter
search
share
shopping-cart
shot
sidebar
size-height
size-width
sliders
star
stats
steps
sticky-note
stop
stop-filled
store
subcategory
sun
tag
telephone
text-size
thumbnail
thumbs-down
thumbs-up
tiendanube
tiktok
tools
transfer-peso
transfer-real
trash
truck
undo
university
upload
user-circle
user-group
user
vertical-padding
vertical-spacing
vertical-stacks
voice
volume
wallet
whatsapp

Test locally

We have a simple docker file to test locally, run:

$ docker compose up -d

And open: http://localhost:3007/src/example.php to see live sample.

About

PHP version of Tiendanube Nimbus Icons

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages