Appearance
Technologies Element
Provides a scrollable list of technologies related to a specific job or project
Usage
Basic Usage
html
<content-technologies>
<li>AWS</li>
<li>GitHub</li>
<li>Microsoft</li>
</content-technologies>
CSS Parts
Name | Description |
---|---|
container | Responsive container element |
title | Leading heading title element |
list | Wrapper for technologies list items |
CSS Variables
Name | Description | Type | Default |
---|---|---|---|
--container-textColor | Text color of title and list items | color |
|
--container-borderColor | Border color of title and list items | color |
|
--container-bgColor | Background color of title and list items | color |
|
--title-textColor | Text color of the title heading element | color |
|
--title-bgColor | Background color of the title heading element | color |
|
--list-textColor | Text color of the technologies list items | color |
|
--list-borderColor | Background color of the technologies list items | color |
|
Slots
Name | Description | Type | Default |
---|---|---|---|
none | List of technologies related to the job or project | <li> | - |
title | Leading text to use in list title | <span> |
|