carteb / carte-blanche

An isolated development space with integrated fuzz testing for your components. See them individually, explore them in different states and quickly and confidently develop them.
https://www.youtube.com/watch?v=6g3-TQ6aaw8
MIT License
1.5k stars 47 forks source link

Add URL Control #313

Open nikgraf opened 8 years ago

nikgraf commented 8 years ago

Right now we only started to add custom controls. I would love to see a nice base list and we could start with a URL control.

As a simple example you could take: https://github.com/carteb/carte-blanche/tree/master/plugins/react/frontend/components/controls/advanced/PhoneControl

Make sure to extend the list here to get it working: https://github.com/carteb/carte-blanche/blob/master/plugins/react/frontend/components/controls/defaultControls.js

nikgraf commented 8 years ago

@d4ncer would that be something for you?

d4ncer commented 8 years ago

@nikgraf Yup, I'll pick this up this weekend.