In Storybook.js , is there way to change the results in the rendered window with the controls? For example, can I change the text "Sign in with Facebook" to "Sign in with Google" based on which "brand" radio button I press?
Right now the "brand" changes the css(background-color) but Id love it to change the css class and the word "facebook" to "google" or "twitter." So clicking the radio button "Twitter" would change the background color to blue and switch the word "facebook" to "twitter."
Thank You
