https://github.com/codewell/component-map
Higher order React component that maps out other components.
https://github.com/codewell/component-map
Last synced: 8 months ago
JSON representation
Higher order React component that maps out other components.
- Host: GitHub
- URL: https://github.com/codewell/component-map
- Owner: codewell
- License: mit
- Created: 2020-01-15T10:36:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-09-10T18:00:14.000Z (10 months ago)
- Last Synced: 2025-10-14T13:07:58.920Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.17 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @codewell/component-map
## Installation
```
npm install @codewell/component-map
```
## Basic Usage
```JSX
import ComponentMap from '@codewell/component-map';
const Foo = ({ name, commonProp1 }) => (
{name} foo - {commonProp1}
);
props.name}
/>
```