rmrevin\yii\fontawesome\FontAwesome::stack PHP Method

stack() public static method

Creates an Stack component that can be used to FontAwesome html icon
public static stack ( array $options = [] ) : Stack
$options array
return rmrevin\yii\fontawesome\component\Stack
    public static function stack($options = [])
    {
        return new component\Stack($options);
    }