vim-jsx-utils icon indicating copy to clipboard operation
vim-jsx-utils copied to clipboard

A plugin that turns POJO -> JSX attrs

Open goatslacker opened this issue 9 years ago • 0 comments

Example:

{
  a: 1,
  b: 2,
  c: 3,
}
  <MyComponent [CURSOR HERE] />
  <MyComponent a={1} b={2} c={3} />

goatslacker avatar May 27 '16 23:05 goatslacker