Search
 
SCRIPT & CODE EXAMPLE
 

TYPESCRIPT

three dots dropdown menu bootstrap

<div class="d-flex">
  <div class="dropdown mr-1">
    <button type="button" class="btn btn-secondary dropdown-toggle" id="dropdownMenuOffset" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" data-offset="10,20">
      Offset
    </button>
    <div class="dropdown-menu" aria-labelledby="dropdownMenuOffset">
      <a class="dropdown-item" href="#">Action</a>
      <a class="dropdown-item" href="#">Another action</a>
      <a class="dropdown-item" href="#">Something else here</a>
    </div>
  </div>
  <div class="btn-group">
    <button type="button" class="btn btn-secondary">Reference</button>
    <button type="button" class="btn btn-secondary dropdown-toggle dropdown-toggle-split" id="dropdownMenuReference" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" data-reference="parent">
      <span class="sr-only">Toggle Dropdown</span>
    </button>
    <div class="dropdown-menu" aria-labelledby="dropdownMenuReference">
      <a class="dropdown-item" href="#">Action</a>
      <a class="dropdown-item" href="#">Another action</a>
      <a class="dropdown-item" href="#">Something else here</a>
      <div class="dropdown-divider"></div>
      <a class="dropdown-item" href="#">Separated link</a>
    </div>
  </div>
</div>
Comment

PREVIOUS NEXT
Code Example
Typescript :: cypress typescript tsconfig 
Typescript :: react forwardref typescript 
Typescript :: media breakpoints bootstrap 4 
Typescript :: how to send information from javascript to flask route 
Typescript :: typescript in node 
Typescript :: typescript filter list by property 
Typescript :: custom fonts vue 
Typescript :: get key of enum typescript 
Typescript :: when i console log a obj its printing object 
Typescript :: transport unknown socket.io 
Typescript :: how to use get element by id in angular 
Typescript :: failed prop type: the prop `startdateid` is marked as required in `withstyles(daterangepicker)`, but its value is `undefined`. 
Typescript :: How to define an Tuple type in typescript 
Typescript :: react make multiple fetch requests one after another 
Typescript :: pathmatch angular 
Typescript :: ++i vs i++ 
Typescript :: npx run ts file 
Typescript :: typescript comments 
Typescript :: brackets latex 
Typescript :: length in typescript 
Typescript :: typescript for loop key value pai 
Typescript :: pdf viewer ionic 4 
Typescript :: typescript props class component 
Typescript :: mixed array typescript 
Typescript :: create custom objects for user in firebase 
Typescript :: common mistakes in testing 
Typescript :: router params angular 
Typescript :: hsts wordpress 
Typescript :: react function typescript 
Typescript :: how to send attachments to node mailer file not found 
ADD CONTENT
Topic
Content
Source link
Name
8+3 =