UNPKG

@rlyle1179/react-treeview

Version:

A modern, themable and configurable treeview for React.

151 lines (127 loc) 6.86 kB
<!DOCTYPE html> <html lang="en" > <head> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="http://netdna.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css"> <link rel="stylesheet" href="https://netdna.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css"> <script type="text/javascript" src="https://platform.linkedin.com/badges/js/profile.js" async defer></script> <title>deni-react-treeview</title> <link rel="stylesheet" href="index.css"> </head> <body class="index"> <header class="main-header"> <div class="header-inner"> <div class="header-description"> <div class="title title1 visible-sm visible-md visible-lg wb-inv">deni-react-treeview</div> <div class="title title2 visible-xs wb-inv">deni-react-treeview</div> <div class="subtitle subtitle1 visible-sm visible-md visible-lg wb-inv">A modern, themable and configurable treeview for React</div> <div class="subtitle subtitle2 visible-xs wb-inv">A modern, themable and configurable treeview for React</div> <div class="visible-xs wb-inv"> <div class="github-button"> <a href="https://github.com/denimar/deni-react-treeview"> <span class="fa fa-github fa-2x"></span> <span>GitHub Project</span> </a> </div> <div> <div class="github-button"> <a href="https://github.com/denimar/deni-react-treeview/zipball/master"> <div class="button-zip-tar"> <img src="images/zip-icon-24.gif" /> <div> <span><b>&nbspDownload .zip</b></span> </div> </div> </a> </div> <div class="github-button"> <a href="https://github.com/denimar/deni-react-treeview/tarball/master"> <div class="button-zip-tar"> <img src="images/zip-icon-24.gif" /> <div> <span><b>&nbspDownload .tar.gz</b></span> </div> </div> </a> </div> </div> </div> </div> <div class="header-github-image visible-sm visible-md visible-lg wb-inv"> <div class="github-button"> <a href="https://github.com/denimar/deni-react-treeview"> <span class="fa fa-github fa-2x"></span> <span>GitHub Project</span> </a> </div> <!-- <a class="github-button" href="https://github.com/denimar/deni-react-treeview" layout="row"> <img src="images/github.png" /> <small>View project on</small> GitHub </a> --> </div> </div> </header> <div class="content-wrapper"> <div class="content-inner"> <section> <div class="content-text"> <div class="title">Overview</div> <p> <strong>deni-react-treeview</strong> is a feature-rich React treeview that allows you to quickly add a nice-looking, Ajax-based hierarchical tree on a web page, It is absolutely free, open source and distributed under the MIT license. deni-react-treeview is easily themable and configurable. </p> <img class="img-treeviews" src="https://denimar.github.io/deni-react-treeview/images/deni-react-treeview.png" /> <div class="title">Features</div> <p> <ul> <li>Cross-Browser.</li> <li>Binding to a JSON (locally, remotely and lazy-load)</li> <li>Predefined Themes</li> <li>Theme Customization</li> <li>Events</li> <li>Checkboxes</li> <li>And so on...</li> </ul> </p> <div class="title">Get Starting</div> <p><a href='api.html' target="_blank">API</a> and <a href="examples" target="_blank">Examples</a></p> <div class="title">Author</div> <p> <a class="user-mention" href="https://github.com/denimar">Denimar de Moraes</a> (<a href="mailto:denimar@gmail.com">denimar@gmail.com</a>) is a full-stack developper at the HBSis IT Solutions, Blumenau, Santa Catarina, Brazil. </p> </div> </section> <aside class="visible-sm visible-md visible-lg wb-inv"> <a href="https://github.com/denimar/deni-react-treeview/zipball/master"> <div class="button-zip-tar"> <img src="images/zip-icon-32.png" /> <div> <span>Download</span> <span><b>.zip file</b></span> </div> </div> </a> <a href="https://github.com/denimar/deni-react-treeview/tarball/master"> <div class="button-zip-tar"> <img src="images/zip-icon-32.png" /> <div> <span>Download</span> <span><b>.tar.gz file</b></span> </div> </div> </a> <div class="avatar"> <div class="LI-profile-badge" data-version="v1" data-size="medium" data-locale="pt_BR" data-type="horizontal" data-theme="light" data-vanity="denimar-moraes"> <a class="LI-simple-link" href='https://www.linkedin.com/in/denimar-moraes/?locale=en_US'> <img src="images/linkedin-profile.png"> </a> </div> </div> </aside> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script> <script src="https://netdna.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script> </body> </html>