LoadingIcon.hpp

Wraps Font Awesome’s loading glyph.

class LoadingIcon : public Element
#include <LoadingIcon.hpp>

Use LoadingIcon class to add a loading glyph from the FontAwesome library to your web app. (https://fontawesome.com/v4.7.0/icon/spinner)

Public Functions

inline LoadingIcon(const std::string &id = "")

Private Members

Element icon = {to_string("span")}
Element text = {to_string("span")}