<Range .../>
Similar to python range, this component runs a loop based on start, stop, and step parameters, and passes the current index to the callback(s).
# Simple Test
Use a Range to display some values
Similar to python range, this component runs a loop based on start, stop, and step parameters, and passes the current index to the callback(s).
Use a Range to display some values