Skip to content

Technologies Element

Provides a scrollable list of technologies related to a specific job or project

Usage

Basic Usage

  • AWS
  • GitHub
  • Microsoft
  • html
    <content-technologies>
      <li>AWS</li>
      <li>GitHub</li>
      <li>Microsoft</li>
    </content-technologies>

    CSS Parts

    NameDescription
    containerResponsive container element
    titleLeading heading title element
    listWrapper for technologies list items

    CSS Variables

    NameDescriptionTypeDefault
    --container-textColorText color of title and list itemscolor
    • 1D1D1D
    --container-borderColorBorder color of title and list itemscolor
    • --container-textColor
    --container-bgColorBackground color of title and list itemscolor
    • FAFAFA
    --title-textColorText color of the title heading elementcolor
    • --container-bgColor
    --title-bgColorBackground color of the title heading elementcolor
    • --container-textColor
    --list-textColorText color of the technologies list itemscolor
    • --container-textColor
    --list-borderColorBackground color of the technologies list itemscolor
    • --container-borderColor

    Slots

    NameDescriptionTypeDefault
    noneList of technologies related to the job or project<li>-
    titleLeading text to use in list title<span>
    • Core Technologies: