Skip to content

Instantly share code, notes, and snippets.

@FagnerMartinsBrack
Last active October 20, 2017 13:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FagnerMartinsBrack/0bdee5bdd15fff0a27a94ffd86ff0336 to your computer and use it in GitHub Desktop.
Save FagnerMartinsBrack/0bdee5bdd15fff0a27a94ffd86ff0336 to your computer and use it in GitHub Desktop.
(Medium) Front-End Components
const attributes = {
type: 'text',
placeholder: 'Fill me in!'
};
const visualRepresentation = input(attributes);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment