UNPKG

@rlyle1179/react-treeview

Version:

A modern, themable and configurable treeview for React.

15 lines (11 loc) 209 B
import React from 'react' class NotMatch extends React.Component { render() { return ( <div className="body nomatch"> Example not found! </div> ) } } export default NotMatch