pocotan001 / react-styleguide-generator

Easily generate a good-looking styleguide by adding some documentation to your React project.
http://pocotan001.github.io/react-styleguide-generator
MIT License
700 stars 76 forks source link

Add support for booleans in the automatic code generator #9

Closed theogravity closed 9 years ago

theogravity commented 9 years ago

This adds support for booleans in the automatic code generator:

attribute={boolean}

to

attribute={true}
pocotan001 commented 9 years ago

Thanks @theogravity !