Skip to content

Instantly share code, notes, and snippets.

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/bed4222c429222e41e5c905f371ad285 to your computer and use it in GitHub Desktop.
Save FagnerMartinsBrack/bed4222c429222e41e5c905f371ad285 to your computer and use it in GitHub Desktop.
(Medium) Front-End Components
const attributes = {
listOfSuggestions: ['Item 1', 'Item 2'],
disabled: false
};
const HTML = AutoSuggestion(attributes);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment