0.0.4 • Published 7 years ago

react-expounder v0.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

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.

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago

1.0.0

7 years ago