<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [ItemsList](./x-components.itemslist.md)

## ItemsList variable

It renders a list of [ListItem](./x-components.listitem.md) providing a slot for each `slotName` which depends on the `modelName`<!-- -->of the item.

**Signature:**

```typescript
_default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
    animation: {
        type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
        default: string;
    };
    items: {
        type: PropType<ListItem[]>;
        required: true;
    };
    itemClass: StringConstructor;
}>, {
    computedItems: import("vue").ComputedRef<{
        dataTest: string;
        class: (string | undefined)[];
        slotName: string;
        id: string | number;
        modelName: string;
    }[]>;
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
    animation: {
        type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
        default: string;
    };
    items: {
        type: PropType<ListItem[]>;
        required: true;
    };
    itemClass: StringConstructor;
}>> & Readonly<{}>, {
    animation: string | Function | Record<string, any>;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>
```
