How to use the @blueprintjs/icons.IconNames.CARET_DOWN function in @blueprintjs/icons

To help you get started, we’ve selected a few @blueprintjs/icons 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 pioneers / PieCentral / dawn / renderer / components / Toolbar.js View on Github external
<button disabled="{this.props.disconnected}"> this.props.setMatch(Mode.ESTOP)}
            &gt;
              Emergency
            </button>
          
          
          
            }
                interactionKind={PopoverInteractionKind.HOVER}
                hoverOpenDelay={0}
                hoverCloseDelay={200}&gt;
              <button>Console</button>
            
            }
                interactionKind={PopoverInteractionKind.HOVER}
                hoverOpenDelay={0}
                hoverCloseDelay={200}&gt;
              <button>Debug</button>
github apache / druid / web-console / src / dialogs / table-action-dialog / table-action-dialog.tsx View on Github external
icon={}
              key={i}
              text={d.text}
              intent={d.active ? Intent.PRIMARY : Intent.NONE}
              minimal={!d.active}
              onClick={d.onClick}
            /&gt;
          ))}
        
        <div>{children}</div>
      
      <div>
        {actionsMenu &amp;&amp; (
          <div>
            
              <button>
            
          </button></div>
        )}
        <div>
          <button>
        </button></div>
      </div>
    
  );
});
github apache / druid / web-console / src / components / timed-button / timed-button.tsx View on Github external
<button> onRefresh(false)} /&gt;
        
              {intervals.map((interval: any) =&gt; (
                
              ))}
            
          }
        &gt;
          </button><button>
        
      
    );
  }
}</button>
github apache / druid / web-console / src / components / suggestible-input / suggestible-input.tsx View on Github external
defaultValue={defaultValue as string}
        onChange={(e: any) =&gt; {
          onValueChange(e.target.value);
        }}
        onFocus={(e: any) =&gt; {
          this.lastFocusValue = e.target.value;
        }}
        onBlur={(e: any) =&gt; {
          if (onBlur) onBlur(e);
          if (this.lastFocusValue === e.target.value) return;
          if (onFinalize) onFinalize();
        }}
        rightElement={
          suggestionsMenu &amp;&amp; (
            
              <button>
            
          )
        }
        {...rest}
      /&gt;
    );
  }
}</button>
github apache / druid / web-console / src / components / table-column-selector / table-column-selector.tsx View on Github external
label={column}
          key={column}
          checked={!tableColumnsHidden.includes(column)}
          onChange={() =&gt; onChange(column)}
        /&gt;
      ))}
    
  );

  return (
    
      <button>
    
  );
});
</button>
github apache / druid / web-console / src / views / load-data-view / load-data-view.tsx View on Github external
);

      return (
        <div>
           this.setState({ selectedMetricSpec })}
          /&gt;
          {selectedMetricSpecIndex !== -1 &amp;&amp; (
            
              
                <button>
              
            
          )}
          <div>
            </div></button><button> {
                this.updateSpec(
                  deepSet(
                    spec,
                    `dataSchema.metricsSpec.${selectedMetricSpecIndex}`,
                    selectedMetricSpec,
                  ),
                );</button></div>
github palantir / blueprint / packages / docs-app / src / examples / timezone-examples / components / customTimezoneTarget.tsx View on Github external
public render() {
        const { isHovering } = this.state;
        return (
            
                <div style="{{">
                    
                    &nbsp;
                    
                </div>
            
        );
    }