Skip to content

Instantly share code, notes, and snippets.

@qkreltms
Created April 18, 2021 05:48
Show Gist options
  • Save qkreltms/bc5daf9ff236fc4b388178c5ebc8af90 to your computer and use it in GitHub Desktop.
Save qkreltms/bc5daf9ff236fc4b388178c5ebc8af90 to your computer and use it in GitHub Desktop.
<!-- 트리거 버튼을 누르면 아래의 모달 컴포넌트가 디스플레이됩니다. -->
<button type="button" class="btn btn-primary" data-toggle="modal" data-target="#staticBackdrop">
  Launch static backdrop modal
</button>

<!-- Modal -->
<div class="modal fade" id="staticBackdrop" data-backdrop="static" data-keyboard="false" tabindex="-1" aria-labelledby="staticBackdropLabel" aria-hidden="true">
  // ...
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment