An open API service indexing awesome lists of open source software.

https://github.com/smacken/material-editablelist

React Material UI editable list
https://github.com/smacken/material-editablelist

component materialui react

Last synced: 7 months ago
JSON representation

React Material UI editable list

Awesome Lists containing this project

README

          

# Material Editable List

Material UI list which is editable to add/edit/delete list items.
Binds to a list or string property

## Installation

```bash
npm install --save material-editablelist
```

or

```bash
yarn add material-editablelist
```

## Getting Started

import editable list

```
import { EditableList, EditableString } from 'material-editablelist';
```

Editable list can bind to either a delimited string, or a list.

```

```

## Examples