-
Notifications
You must be signed in to change notification settings - Fork 51
Closed
Description
Implement a React component that displays a list of items
Description
Create a reusable ItemList component that can display a list of items with customizable rendering for each item.
Requirements
- Create a new component in the docs package
- Component should accept an array of items as a prop
- Support customizable rendering of each item
- Include proper TypeScript typing
- Add CSS styling for the list
- Include documentation on how to use the component
Implementation Details
- Create the component in the docs package under
src/components/ItemList
- Follow the existing component structure (similar to HomepageFeatures)
- Use TypeScript for type safety
- Add CSS modules for styling
Metadata
Metadata
Assignees
Labels
No labels