This is a premium lesson.
Subscribe to get access to the entire course.
Sign up now Task 1: Updating the album cover component
Follow the instructions in the README to get started.
Try your hand at these two tasks:
- Update the album cover to allow consumers to pass through their own markup instead of attributes.
- Update the markup in the template to use the
slot
element - Where the component is used, remove the attributes, and pass through your content as children
- Add a cool frame element that adds a shadow around its child content.
- Add the correct markup within the frame template
- Wrap the
album-cover
in a odyssey-frame
element.
Exercise 2: Using slots in your checkbox component
For exercise two, you’ll be making the changes to th