- Mastering Bootstrap 4(Second Edition)
- Benjamin Jakobus Jason Marah
- 47字
- 2021-06-24 19:25:55
Adding Bootstrap components
MyPhoto is looking pretty bare right now, so let's take a look at integrating some Bootstrap components into our sections. First, ensure that as per the setup instructions in Chapter 1, Revving up Bootstrap, you have added Bootstrap's JavaScript library and its dependency, jQuery:
<script src="node_modules/jquery/dist/jquery.min.js"></script>
<script src="node_modules/bootstrap/dist/js/bootstrap.min.js">
</script>
推薦閱讀
- 樂學Windows操作系統
- 嵌入式Linux開發技術
- Linux實戰
- Arch Linux Environment Setup How-to
- WordPress Mobile Web Development:Beginner's Guide
- 深入Linux內核架構與底層原理(第2版)
- 移動應用UI設計模式(第2版)
- 直播系統開發:基于Nginx與Nginx-rtmp-module
- Learning Bootstrap
- Learning Magento 2 Administration
- Linux命令行大全(第2版)
- Linux設備驅動開發
- Red Hat Enterprise Linux 6.4網絡操作系統詳解
- 15分鐘!畫出我的漫畫角色:賣萌篇
- Responsive Web Design with AngularJS