1.0.3 • Published 3 years ago

material-ui-multiple-select v1.0.3

Weekly downloads
7
License
MIT
Repository
github
Last release
3 years ago

material-ui-multiple-select

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save material-ui-multiple-select

Demo

https://tickets-app-2.herokuapp.com/

Usage

import React from 'react'
import MultipleSelect from 'material-ui-multiple-select'

const App = () => {
  const QuestionsFields = [
    { id: 1, question: 'Budget', disabled: false },
    { id: 2, question: 'Food allergies', disabled: false },
    { id: 3, question: 'Number of people', disabled: false },
    { id: 4, question: 'Special restictions', disabled: false }
  ]

  return <MultipleSelect QuestionsFields={QuestionsFields} />
}

export default App

License

MIT ©