- Bootstrap 4:Responsive Web Design
- Silvio Moreto Matt Lambert Benjamin Jakobus Jason Marah
- 281字
- 2021-07-09 18:54:53
Summary
In this chapter, we finished our web application example. The main objective here was to learn about the Bootstrap plugins that we had not described before.
First, you learned about data attributes and how to use them with Bootstrap. After that, we saw both the possible ways to call plugins: via pure JavaScript or just through data attributes APIs.
We started and finished plugins with modals. Modals are one of the main plugins in Bootstrap because they are very versatile and customizable. Thus, they are fit for multiple contexts where you need some interaction with the user but do not want to move to another page.
In the middle of the chapter, we talked about two plugins that are closely related. They are the tooltip and the popover. Both came from the same initial plugin but with different contexts. Tooltips are used for auxiliary content, and popovers are something midway between a modal and a tooltip, so they can display more content compared to tooltips, but not too much intrusive like modals.
Creating a web application that is Twitter-like is an important kind of knowledge, since this can be replicated to different sources. Web applications have revolutionized the Web in different ways, and Bootstrap has taken the lead by helping us create faster and more beautiful web pages.
In the next chapter, we will step into an even more challenging example—we will build a dashboard web application from scratch! Just like the web application presented in this chapter, web dashboards are very popular across the Internet, and building one will place us at the same stratum as some of the best web developers. Ready for the advanced level?
- 摩登創(chuàng)客:與智能手機(jī)和平板電腦共舞
- OpenNI Cookbook
- Cassandra Data Modeling and Analysis
- Hands-On Swift 5 Microservices Development
- Mobile Device Exploitation Cookbook
- Java程序員面試筆試寶典(第2版)
- ASP.NET程序開(kāi)發(fā)范例寶典
- Python大學(xué)實(shí)用教程
- 奔跑吧 Linux內(nèi)核
- Scratch從入門到精通
- Learning C++ by Creating Games with UE4
- Android高級(jí)開(kāi)發(fā)實(shí)戰(zhàn):UI、NDK與安全
- Building Web and Mobile ArcGIS Server Applications with JavaScript(Second Edition)
- 從零開(kāi)始學(xué)UI設(shè)計(jì)·基礎(chǔ)篇
- Selenium Essentials