Create a generic list component, with following capabilities. 1. Should be able to generate ordered/unordered list. 2. Should be able to create LIs dynamically based on direct children placed in its body.
Create a generic list component, with following capabilities.