Add and remove items to or from a list

    Description:

    This component demonstrates a pattern for adding and removing items from a list. Users can interact with the list by:

    • Clicking the "Add" button to add a new empty item to the list.
    • Typing text into the input field for each item.
    • Clicking the "Remove" button (trash can icon) next to an item to remove it from the list.

    Usage