1.0.2 • Published 3 years ago

input-editor v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Editor easy use by CKEditor

Used

    const [inputChat, setInputChat] = useState('')

    useEffect(() => {
        console.log('rendered');
    });

    const onDone = () => {
        console.log(inputChat)
    }

    return <InputEditor inputChat={inputChat} setInputChat={setInputChat} onDone={onDone}/>
1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago