Skip to content

Instantly share code, notes, and snippets.

@aatanasovdev
Created July 18, 2018 19:07
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 aatanasovdev/98d1781c29b2a49c2ea3e457ca6abb3e to your computer and use it in GitHub Desktop.
Save aatanasovdev/98d1781c29b2a49c2ea3e457ca6abb3e to your computer and use it in GitHub Desktop.
<TextControl
label={ __( 'Feed URL' ) }
placeholder={ __( 'Type the URL of your RSS feed.' ) }
value={ url }
type="url"
onChange={ onChangeURL }
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment