How to use the react-foundation.InputTypes.CHECKBOX function in react-foundation

To help you get started, we’ve selected a few react-foundation 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 shrugs / fivestar / app / components / SearchBar.js View on Github external
type='submit'
                color={Colors.PRIMARY}
                onClick={() => this.performSearch()}
              >
                Search
              
            
          
        
        
          {this.props.showFilters &&
            
              <label>Only Amazon Fulfilled
                </label>
            
          }
          {this.props.showFilters &amp;&amp;
            
              <label>Department
                <select value="{this.state.index"> this.handleIndexChange(e.target.value)}
                &gt;
                  <option value="All">All Depts.</option>
                  <option value="Appliances">Appliances</option></select></label>

react-foundation

Foundation as React components.

MIT
Latest version published 3 years ago

Package Health Score

45 / 100
Full package analysis