How to use the @bentley/ui-components.BreadcrumbMode.Input function in @bentley/ui-components

To help you get started, we’ve selected a few @bentley/ui-components 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 imodeljs / imodeljs / test-apps / ui-test-app / src / frontend / appui / widgets / BreadcrumbDemoWidget.tsx View on Github external
objectTypes.push(TableDragTypes.Row);

    const dragProps = treeDragProps;
    const dropProps = {
      ...treeDropProps,
      objectTypes,
    };

    return (
      <div style="{{">
        <label>Can accept rows: </label>
        <input type="checkbox" id="receives_row"> {
          this.setState({ checked: event.target.checked });
        }} /&gt;
        <div style="{{">
          
          
        </div>
      </div>
    );
  }
}