react-expounder

0.0.4 • Public • Published

React Expounder

npm package

Example

import { Expoundable, Expound, Link } from 'react-expounder';
 
const Info = () => 
  <Expoundable>
    Click <Link expound="more">here</Link> for more info.
    <Expound expound="more">Some extra information.</Expound>
  </Expoundable>

Install

npm install --save react-expounder

Special Thanks

Skorokithakis for making the library this is based on.

/react-expounder/

    Package Sidebar

    Install

    npm i react-expounder

    Weekly Downloads

    2

    Version

    0.0.4

    License

    MIT

    Last publish

    Collaborators

    • jimmyhmiller