How to use the gravatar.rating function in gravatar

To help you get started, we’ve selected a few gravatar examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github zanata / zanata-platform / server / zanata-frontend / src / app / containers / Admin / ServerSettings.tsx View on Github external
initialValue: this.state['permitted.user.email.domain'].value,
                    rules: [{
                      pattern: domainNameListPattern,
                      message: 'Invalid format. Example: redhat.com'
                    }]
                  })(
                    <input> this.updateFormField('permitted.user.email.domain', e.target.value)}
                      placeholder='redhat.com (comma separated for multiple)'/&gt;
                  )}
                

                
                  {getFieldDecorator('gravatar.rating', {
                    initialValue: this.state['gravatar.rating'].value
                  })(
                    <select> this.updateFormField('gravatar.rating', e)}&gt;
                      
                        G Rating
                      
                      
                        PG Rating
                      
                      
                        R Rating
                      
                      
                        X Rating
                      
                    </select>

gravatar

Gravatar Node.js library

MIT
Latest version published 3 years ago

Package Health Score

53 / 100
Full package analysis