import Inferno from 'inferno'; import {IPAField} from './IPAField'; export const IPATable = ({value, update}) => { /* Modified from KeyboardFire's Phondue project (https://github.com/KeyboardFire/phondue) to fit React/Inferno and Lexiconga */ const updateInput = (newValue) => { console.log(newValue); this.field.setState({ value: value + newValue }); update(value + newValue); } return (
this.field = field} value={value} />
Bilabial Labiodental Dental Alveolar Postalveolar Palatal Velar Uvular Pharyngeal Glottal
Plosive
Nasal
Trill
Tap/Flap
Fricative
Lateral fricative
Approximant
Lateral approximant
Front Central Back Non-pulmonic Other Diacritics
Close
Near-close
Close-mid
Mid
Open-mid
Near-open
Open Suprasegmental
) }