How to use the @blueprintjs/core.Position.BOTTOM_RIGHT function in @blueprintjs/core

To help you get started, we’ve selected a few @blueprintjs/core 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 poooi / poi / views / components / tab-area / index.es View on Github external
{SETTINGS_VIEW.displayName}
          
        )}

        {/* we're not using fragment because blueprint tabs only reads direct children */}
        {!this.props.doubleTabbed && (
          
            {(activePlugin || {}).displayName || defaultPluginTitle}
          
        )}
        {!this.props.doubleTabbed && (
          
            
          
        )}
        {!this.props.doubleTabbed && (
          
            
          
        )}
github pubpub / pubpub / client / components / PubPresHeader / PubPresHeader.js View on Github external
/>
													}
													{numChapters &&
														<menuitem label="{<span">}
															onClick={()=&gt; {
																props.setOverlayPanel('chapters');
															}}
														/&gt;
													}
												
											}
											popoverClassName="pt-minimal"
											interactionKind={PopoverInteractionKind.CLICK}
											position={Position.BOTTOM_RIGHT}
											transitionDuration={-1}
											inheritDarkTheme={false}
										&gt;
											<button>
										

										{/* <a href="{`/pub/${pubData.slug}/invite`}"> {
												evt.preventDefault();
												props.setOverlayPanel('invite');
											}}
										&gt;
											Invite Reviewer
										</a> */}</button></menuitem>
github pubpub / pubpub / client / containers / DashboardMembers / MemberRow.js View on Github external
{isInvitation &amp;&amp; (
				
					Pending
				
			)}
			<div>
				{isInvitation ? 'Invited' : 'Added'}{' '}
				{dateFormat(memberData.createdAt, 'mmm dd, yyyy')}
			</div>
			{!isReadOnly &amp;&amp; (
				<select> {
						console.log('selected', item);
					}}
					itemRenderer={(item, rendererProps) =&gt; {
						return (
							{item}}
								active={rendererProps.modifiers.active}
								onClick={rendererProps.handleClick}
							/&gt;
						);
					}}
				&gt;
					{memberData.permissions}}</select>
github Superjo149 / auryo / src / renderer / modules / app / components / Header / Header.jsx View on Github external
}

                                        

                                        <menuitem href="https://github.com/Superjo149/auryo/">
                                        <menuitem href="https://github.com/Superjo149/auryo/issues">
                                        <menuitem href="https://github.com/Superjo149/auryo/issues">
                                        <menuitem href="http://auryo.com/#donate">

                                        

                                        <menuitem>

                                    
                                )} position={Position.BOTTOM_RIGHT}&gt;
                                    <a>
                                        
                                        {
                                            update.available &amp;&amp; (
                                                <sup title="5" data-show="true">
                                            )
                                        }
                                    </sup></a>
                                
                            
                        
                        <div>{children &amp;&amp; children}</div>
                    
                
            
        )</menuitem></menuitem></menuitem></menuitem></menuitem>
github chanzuckerberg / cellxgene / client / src / components / menubar / clip.js View on Github external
<button style="{{" data-testid="visualization-settings" type="button">
          
        }
        position={Position.BOTTOM_RIGHT}
        onOpening={handleClipOpening}
        onClosing={handleClipClosing}
        content={
          <div style="{{">
            <div>Clip all continuous values to percentile range</div>
            </div></button>
github amfoss / WebApp / src / modules / statusUpdates / components / Overview.js View on Github external
if (obj[0] != null &amp;&amp; obj[1] != null) {
      setStartDate(obj[0]);
      setEndDate(obj[1]);
      setLoaded(false);
    }
  };

  return (
    <div>
      <div>
        <div>
          <div>
             handleRangeChange(obj)}
                  maxDate={new Date()}
                /&gt;
              }
              target={</div></div></div></div>
github DSC-SPIDAL / twister2 / dashboard / client / src / components / Dashboard.js View on Github external
import DashboardHome from "./DashboardHome";
import NewJobCreateComponent from "./workloads/jobs/NewJobCreateComponent";
import WorkerComponents from "./grid/workers/WorkerComponents";
import WorkerInfoComponent from "./grid/workers/WorkerInfoComponent";

const MENU_NODES = 1;
const MENU_CLUSTERS = 2;
const MENU_WORKERS = 3;

const MENU_JOBS = 4;

const MENU_DOCS = 5;
const MENU_ABOUT = 6;

export const DashToaster = Toaster.create({
    position: Position.BOTTOM_RIGHT,
});

export default class Dashboard extends React.Component {

    constructor(props) {
        super(props);
    }

    onMenuClicked = (event) => {
        switch (event.id) {
            case MENU_NODES:
                this.props.history.push("/nodes");
                break;
            case MENU_CLUSTERS:
                this.props.history.push("/clusters");
                break;
github amfoss / WebApp / src / modules / attendance / components / Overview.js View on Github external
if (obj[0] != null &amp;&amp; obj[1] != null) {
      setStartDate(obj[0]);
      setEndDate(obj[1]);
      setLoaded(false);
    }
  };

  return (
    <div>
      <div>
        <div>
          <div>
             handleRangeChange(obj)}
                maxDate={new Date()}
              /&gt;
            }
            target={</div></div></div></div>
github pubpub / pubpub / client / components / DiscussionListNew / DiscussionList.js View on Github external
&gt;
							<div>Authors</div>
						
						*/}
						
							}
							interactionKind={PopoverInteractionKind.CLICK}
							position={Position.BOTTOM_RIGHT}
							popoverClassName="pt-minimal"
							transitionDuration={-1}
							inheritDarkTheme={false}
						&gt;
							<div>Labels</div>
						
						
							}
							interactionKind={PopoverInteractionKind.CLICK}
							position={Position.BOTTOM_RIGHT}
							popoverClassName="pt-minimal"