コメント

2件のコメント

  • jstoffan

    Hi Vijay:

     

    There currently isn't a way to disable the header, logo, or search field directly via props. However, you could try hiding the various components by targeting them with CSS:

     

    .be-logo, .be-search {
       display: none;
    }

    Please feel free to open a Github Issue on the box-ui-elements repository to allow us to consider it for inclusion in our backlog.

     

    0
    コメントアクション パーマリンク
  • Pat Graczyk

    hi is the above still the best way to hide the search field (I'm using the UI elements).

    0
    コメントアクション パーマリンク

サインインしてコメントを残してください。