Components
This guide will help developers understand what is a component and how to use them.
What is a component?
How to use the component on a page
<?php
STM_LMS_Templates::show_lms_template(
'components/curriculum-accordion',
array(
'course_id' => $post_id,
'current_lesson_id' => $item_id,
'user' => $user,
'curriculum' => $curriculum,
'dark_mode' => false,
)
);
?>Styles and Javascript for the component
How to add alignment, indentation, and other situational styles to a component
Component modifiers
Last updated
Was this helpful?

