meteor-editable-text icon indicating copy to clipboard operation
meteor-editable-text copied to clipboard

Can this be used in react?

Open JulianKingman opened this issue 10 years ago • 4 comments

Is this useable in react? If so, how?

Thanks!

JulianKingman avatar Dec 15 '15 14:12 JulianKingman

I wouldn't think so. The whole UI part is written using Blaze.

JackAdams avatar Dec 15 '15 17:12 JackAdams

I haven't tried it, but this might do the job: https://atmospherejs.com/gadicc/blaze-react-component

JackAdams avatar Aug 10 '16 13:08 JackAdams

i am using this code with react

import Blaze from 'meteor/gadicc:blaze-react-component';

<Blaze
	template='editableText'
        collection="tasks"
	field='text'
/>

but the above code is not working

ghost avatar Jul 12 '17 11:07 ghost

I've never tried to use this package with React. It was written before React was a thing.

JackAdams avatar Jul 12 '17 12:07 JackAdams