1.2.5 • Published 11 months ago

rendering-insights2.0 v1.2.5

Weekly downloads
-
License
ISC
Repository
-
Last release
11 months ago

Installtion

npm i rendering-insights2.0

Use

    Import  {Insights} from 'rendering-insights2.0';
Wrap your component with Insights component like this at the time of invoking it:
    <Insights id="UniqueId">
        <YourComponent />
    <Insights>
Give the unique id every time.
    
    //Here is a simple example
    import  { Insights } from 'rendering-insights2.0';
    const Card = ()=>{
        return (
            <div className='Card'>
                <p className='para1'>This is a card.</p>
            </div>
        )
    }
    function App() {
        return (
            <div className="App">
                <Insights id="UniqueId1">
                    <Card />
                </Insights>
                <Insights id="UniqueId2">
                    <Card />
                </Insights>
            </div>
        );
    }
1.2.5

11 months ago

1.2.4

11 months ago

1.2.3

11 months ago

1.2.2

11 months ago

1.2.1

11 months ago

1.2.0

11 months ago

1.1.9

11 months ago

1.1.8

11 months ago

1.1.7

11 months ago

1.1.6

11 months ago

1.1.5

11 months ago

1.1.4

11 months ago

1.1.3

11 months ago

1.1.2

11 months ago

1.1.1

11 months ago

1.1.0

11 months ago

1.0.9

11 months ago

1.0.8

11 months ago

1.0.7

11 months ago

1.0.6

11 months ago

1.0.5

11 months ago

1.0.4

11 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago