Course list item
Course list item. Used as a course realisation in course list component.
# Examples
<hy-content-list-item
variant="row"
course-code="hy-CUR-136341657"
course-name="HISTORIANKIRJOITUS JA HISTORIAKULTTUURI 5 OP"
course-credits="5"
course-tags='[{"name":"Open online course"},{"name":"Introduction course"}]'
course-start-date="05-08-2020"
course-end-date="31-12-2020"
course-study-format="Lectures"
course-enrollment-link="https://helsinki.fi"
course-teaching-language="English"
course-link-label="Go to course page"
></hy-content-list-item>
# Properties
Property | Attribute | Description | Type | Default |
---|---|---|---|---|
courseCode | course-code | string | undefined | |
courseCredits | course-credits | string | undefined | |
courseEndDate | course-end-date | string | undefined | |
courseEnrollmentLink | course-enrollment-link | string | undefined | |
courseLinkLabel | course-link-label | string | undefined | |
courseName | course-name | string | undefined | |
courseStartDate | course-start-date | string | undefined | |
courseStudyFormat | course-study-format | string | undefined | |
courseTags | course-tags | TagValue[] \| string | undefined | |
courseTeachingLanguage | course-teaching-language | string | undefined | |
variant | variant | CourseVariants.default \| CourseVariants.grid | CourseVariants.default |