How to use the avataaars.AvatarStyle.Transparent function in avataaars

To help you get started, we’ve selected a few avataaars 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 fangpenlin / avataaars-generator / src / components / AvatarForm.tsx View on Github external
<input checked="{avatarStyle" value="{AvatarStyle.Circle}" name="avatar-style" id="avatar-style-circle" type="radio">{' '}
              Circle
            {' '}
            <label>
              <input checked="{avatarStyle" value="{AvatarStyle.Transparent}" name="avatar-style" id="avatar-style-transparent" type="radio">{' '}
              Transparent
            </label>
          
        
        {selects}
        
          
            More options coming soon,{' '}
            <a href="http://eepurl.com/c_7fN9">
              subscribe for updates</a>
github fangpenlin / avataaars-generator / src / components / AvatarForm.tsx View on Github external
type='radio'
                id='avatar-style-circle'
                name='avatar-style'
                value={AvatarStyle.Circle}
                checked={avatarStyle === AvatarStyle.Circle}
                onChange={this.onAvatarStyleChange}
              /&gt;{' '}
              Circle
            {' '}
            <label>
              <input checked="{avatarStyle" value="{AvatarStyle.Transparent}" name="avatar-style" id="avatar-style-transparent" type="radio">{' '}
              Transparent
            </label>
          
        
        {selects}
        
          
            More options coming soon,{' '}
            <a href="http://eepurl.com/c_7fN9">
              subscribe for updates
            </a>

avataaars

React component for avataaars

MIT
Latest version published 3 years ago

Package Health Score

48 / 100
Full package analysis