Skip to content

Create a renamed duplicate for any Component. For the Fun, and Debug ( sure 🤞)

License

Notifications You must be signed in to change notification settings

theKashey/react-rename

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-rename

Build Status version-badge

Creates a double for React-Component, letting you to specify a new name by your choice.

Example - https://codesandbox.io/s/7j1zx4pxjx

Api

import {reactRename} from 'react-rename';

const Renamed = reactRename(existingComponent, 'Any 🔥 New 🙀 Name');

Example

Rename powerplug value to something more readable.

import {Value} from 'react-powerplug';
import {reactRename} from 'react-rename';

const Counter = reactRename(Value,'Click Counter #100500')

Licence

MIT

About

Create a renamed duplicate for any Component. For the Fun, and Debug ( sure 🤞)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published