Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. <script>
  2. const settings = { value: '', class: 'input'};
  3. </script>
  4. <input {...settings} />
  5. <input {...settings} />
  6. <input {...settings} />
  7.  
  8. <script>
  9. const settings = { value: '', class: 'input', "on:change": () => {}};
  10. </script>
  11. <input {...settings} />
  12. <input {...settings} />
  13. <input {...settings} />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement