Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 998 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 998 Bytes

kb-icon

Properties

Property Attribute Description Type Default
name name The name of the icon to display (See a list here). string ""
size size The size of the icon. "xxs" / "xs" / "s" / "m" / "l" / "xl" / "xxl" "xxs"
color color The color of the icon. Can accept any valid CSS color value. string "#002e70"

Examples

<kb-icon name="twitter"></kb-icon>
<kb-icon name="twitter" color="red" size="xs"></kb-icon>

Available icons

  1. twitter
  2. facebook
  3. instagram
  4. linkedin