class Beartropy extends Facade

Methods

static string
getFacadeAccessor()

Get the registered name of the component.

static mixed
parseIcon(string $icon, string $class = '\'w-5 h-5\'', string|null $set = 'null')

Parse and render an icon.

Details

at line 20
static protected string getFacadeAccessor()

Get the registered name of the component.

Return Value

string

at line 13
static mixed parseIcon(string $icon, string $class = '\'w-5 h-5\'', string|null $set = 'null')

Parse and render an icon.

Parameters

string $icon
string $class
string|null $set

Return Value

mixed