https://github.com/smacken/material-editablelist
React Material UI editable list
https://github.com/smacken/material-editablelist
component materialui react
Last synced: about 2 months ago
JSON representation
React Material UI editable list
- Host: GitHub
- URL: https://github.com/smacken/material-editablelist
- Owner: smacken
- Created: 2020-05-19T22:23:15.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-25T06:53:44.000Z (about 6 years ago)
- Last Synced: 2025-03-03T18:44:08.677Z (over 1 year ago)
- Topics: component, materialui, react
- Language: TypeScript
- Size: 93.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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