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.

Readme

Keywords

Package Sidebar

Install

npm i react-expounder

Weekly Downloads

0

Version

0.0.4

License

MIT

Last publish

Collaborators

  • jimmyhmiller