The UlVSort component is used to create a sortable list.
import live-web.dom
import live-web-view.content
                    static any[] use = [UlVSort, Content]
                    UlVSort{ 
    LiSort{ key: '1'  T`Item 1` }
    LiSort{ key: '2'  T`Item 2` }
    LiSort{ key: '3'  T`Item 3` }
    LiSort{ key: '4'  T`Item 4` }
    LiSort{ key: '5'  T`Item 5` }
}