Social
7 posts tagged with "Social"
.bluesky
The .bluesky action shows a bluesky icon link. It belongs to the social category within the ui area.
Action Syntax
.bluesky "text"
.bluesky $variable
Valid sizes
Examples
// Basic Usage
.bluesky "socialid"
// Using Variables
// Display dynamic content from variables
.bluesky $var
The .facebook action shows a facebook icon link. It belongs to the social category within the ui area.
Action Syntax
.facebook "text"
.facebook $variable
Valid sizes
Examples
// Basic Usage
.facebook "facebookid"
// Using Variables
// Display dynamic content from variables
.facebook $var
.github
The .github action shows a github icon link. It belongs to the social category within the ui area.
Action Syntax
.github "text"
.github $variable
Valid sizes
Examples
// Basic Usage
.github "socialid"
// Using Variables
// Display dynamic content from variables
.github $var
The .instagram action shows an instagram icon link. It belongs to the social category within the ui area.
Action Syntax
.instagram "text"
.instagram $variable
Valid sizes
Examples
// Basic Usage
.instagram "socialid"
// Using Variables
// Display dynamic content from variables
.instagram $var
The .linkedin action shows a linkedin icon link. It belongs to the social category within the ui area.
Action Syntax
.linkedin "text"
.linkedin $variable
Valid sizes
Examples
// Basic Usage
.linkedin "socialid"
// Using Variables
// Display dynamic content from variables
.linkedin $var
The .twitter action shows a twitter/X icon link. It belongs to the social category within the ui area.
Action Syntax
.twitter "text"
.twitter $variable
Valid sizes
Examples
// Basic Usage
.twitter "socialid"
// Using Variables
// Display dynamic content from variables
.twitter $var
.youtube
The .youtube action shows a youtube icon link. It belongs to the social category within the ui area.
Action Syntax
.youtube "text"
.youtube $variable
Valid sizes
Examples
// Basic Usage
.youtube "socialid"
// Using Variables
// Display dynamic content from variables
.youtube $var