Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@skava/ui / src / forms / views / SearchInput / Form / fixture.ts
Size: Mime:
const inputList = [
  {
    identity: 'search',
    name: 'search',
    type: 'text',
    value: '',
    className: 'search',
    validationType: 'none',
    ariaLabel: 'search',
    animatePlaceholder: false,
    dataQa: 'qa-search-list',
    icon: {
      breedType: 'search',
      fill: '#62708b',
      stroke: 'none',
      width: '18px',
      height: '18px',
      className: 'search-icon',
    },
  },
]

export { inputList }