Start your All-Access Pass to unlock this challenge
Challenge 1 / 1
How can you pass the itemId value to this Stimulus controller from a Twig template using the Values API?
export default class extends Controller {
static values = {
itemId: Number
}
}
Skip challenges and go to theNext Chapter