Official React component for Filestack - API and content management system that makes it easy to add powerful file uploading and transformation capabilities to any web or mobile application.
Feature Request: Custom Designed button > Allow buttonText to accept JSX
This actually works to do what I want, I am passing JSX for an icon and text, and it does render the button correctly (with some CSS help), but it would be nice if it didn't throw an error...looks like it is just a matter of changing the prop type to accept an ob<ReactFilestack
apikey={apiKey}
buttonText={<AddCircle className={${classes.addCircleIcon} ${classes.addCircleIconLibraryContent}} />Add Content to Library}
buttonClass={${classes.addButton} ${classes.addButtonLibraryContent}}
options={options}
onSuccess={this.uploadSuccess}ject?
Feature Request: Custom Designed button > Allow buttonText to accept JSX
This actually works to do what I want, I am passing JSX for an icon and text, and it does render the button correctly (with some CSS help), but it would be nice if it didn't throw an error...looks like it is just a matter of changing the prop type to accept an ob<ReactFilestack apikey={apiKey} buttonText={<AddCircle className={
${classes.addCircleIcon} ${classes.addCircleIconLibraryContent}
} />Add Content to Library} buttonClass={${classes.addButton} ${classes.addButtonLibraryContent}
} options={options} onSuccess={this.uploadSuccess}ject?