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
- Host: GitHub
- URL: https://github.com/smacken/material-editablelist
- Owner: smacken
- Created: 2020-05-19T22:23:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-25T06:53:44.000Z (over 5 years ago)
- Last Synced: 2025-01-14T04:09:55.526Z (9 months 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