Creates a single step to be used inside of a list of steps by the steps function
single_step(
id,
title,
description = NULL,
icon_class = NULL,
step_class = NULL
)
The input
slot that will be used to access the value.
A character that will be the title of the ste
A character that will fill the description of the step
A character which will be correpond to a fomantic icon class to be used in the step
A character representing a class to be passed to the step
steps