All Projects → prodhan29 → react-treeview-component

prodhan29 / react-treeview-component

Licence: other
A react tree-component where user can customize the the tree according to their need

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to react-treeview-component

react-super-treeview
👏 Finally, a React Treeview component which is customizable on every level
Stars: ✭ 98 (+444.44%)
Mutual labels:  react-component, treeview
react-native-nested-listview
A UI component for React Native for representing nested arrays of N levels
Stars: ✭ 163 (+805.56%)
Mutual labels:  react-component, treeview
Sweetalert React
Declarative SweetAlert in React
Stars: ✭ 244 (+1255.56%)
Mutual labels:  react-component
react-layer-stack
Layering system for React. Useful for popover/modals/tooltip/dnd application
Stars: ✭ 158 (+777.78%)
Mutual labels:  react-component
react-power-select
A highly composable & reusable select/autocomplete components
Stars: ✭ 63 (+250%)
Mutual labels:  react-component
React Powerplug
🔌 Renderless Containers
Stars: ✭ 2,704 (+14922.22%)
Mutual labels:  react-component
react-win32dialog
💠 Modeless, resizeable and moveable dialog boxes with a classic Windows look-and-feel. Comes with a lightweight window manager that supports window stacking.
Stars: ✭ 30 (+66.67%)
Mutual labels:  react-component
React Css Grid
React layout component based on CSS Grid Layout and built with styled-components
Stars: ✭ 239 (+1227.78%)
Mutual labels:  react-component
awesome-web-react
🚀 Awesome Web Based React 🚀 Develop online with React!
Stars: ✭ 31 (+72.22%)
Mutual labels:  react-component
react-input-trigger
React component for handling character triggers inside textareas and input fields. 🐼
Stars: ✭ 88 (+388.89%)
Mutual labels:  react-component
redux-autoloader
A higher order component for declarative data loading in React and Redux.
Stars: ✭ 56 (+211.11%)
Mutual labels:  react-component
rn-markdown
basic markdown renderer for react-native using the great https://github.com/chjj/marked parser
Stars: ✭ 21 (+16.67%)
Mutual labels:  react-component
React Emoji Render
Normalize and render emoji's the way your users expect.
Stars: ✭ 250 (+1288.89%)
Mutual labels:  react-component
vuejs-tree
A highly customizable and blazing fast Vue tree component ⚡🌲
Stars: ✭ 310 (+1622.22%)
Mutual labels:  treeview
React Email Editor
Drag-n-Drop Email Editor Component for React.js
Stars: ✭ 3,131 (+17294.44%)
Mutual labels:  react-component
react-svg-icon-generator
Generate React Icon Component from SVG icons to show, resize and recolor them.
Stars: ✭ 65 (+261.11%)
Mutual labels:  react-component
Boundless
✨ accessible, battle-tested React components with infinite composability
Stars: ✭ 242 (+1244.44%)
Mutual labels:  react-component
react-antd-formutil
Happy to use react-formutil in the project based on ant-design ^_^
Stars: ✭ 16 (-11.11%)
Mutual labels:  react-component
react-bolivianite-grid
React grid component for virtualized rendering large tabular data.
Stars: ✭ 95 (+427.78%)
Mutual labels:  react-component
react-tv-navigation
React Navigation for TVs
Stars: ✭ 64 (+255.56%)
Mutual labels:  react-component

React-treeview-component

A react tree component where each node is consist of key-value pairs

Installing

npm i -S react-treeview-customizable

Usage

import React, { Component } from 'react';
import Treeview from 'react-treeview-customizable';

class App extends Component {
  render() {
    return (
      <div className="App">
        <Treeview />
      </div>
    );
  }
}

export default App;

Built With

  • react
  • css
  • html

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].