### Базовое использование ```tsx import React from 'react'; import { List, ListItem } from '@salutejs/plasma-web'; import { IconChevronRight } from '@salutejs/plasma-icons'; export function App() { return (
}>Test Item 1 }>Test Item 2 } disabled> Test Item 3 }>Test Item 4
); } ```