Bootstrap 5 Beta 上線!!(距離正式版不遠惹)
現在官網 v4 文件也直接替換成 v5 Beta 的版本
近期導入的感想如下:
- 去除 jQuery,JS 導入的方式與過去差異很大
- 超棒的 grid 設計概念
- 更豐富的表單設計元件
- 更具有彈性的 utilities 變數設計
- 更多的 Utilities,許多元件不再有自己的間距、配色
(某方面來說,會顯得稍微不便)
已經升級為 beta1 的官方文件
https://getbootstrap.com/
Bootstrap 5 的格線設計原理
https://wcc723.github.io/development/2020/10/10/bootstrap-5-grid-whats-new/
另外,先前的 Bootstrap 4 文件
我們也會盡快更新至 Bootstrap 5 的版本喔~
「bootstrap grid」的推薦目錄:
- 關於bootstrap grid 在 卡斯伯 Facebook 的最讚貼文
- 關於bootstrap grid 在 卡斯伯 Facebook 的最佳解答
- 關於bootstrap grid 在 軟體開發學習資訊分享 Facebook 的最佳貼文
- 關於bootstrap grid 在 Grid system - React-Bootstrap 的評價
- 關於bootstrap grid 在 [Bootstrap 5][中文] 07. Grid System(一), col 等分與其問題 的評價
- 關於bootstrap grid 在 Bootstrap 5 Crash Course Tutorial #7 - Grid Layout (part 1) 的評價
- 關於bootstrap grid 在 Bootstrap Grid Example - gists · GitHub 的評價
- 關於bootstrap grid 在 nested grid layout in bootstrap - Stack Overflow 的評價
bootstrap grid 在 卡斯伯 Facebook 的最佳解答
假日試玩 Bootstrap Alpha3,將新專案改為 Alpha3
https://blog.getbootstrap.com/
表單的樣式新增:
- 新增一個潮爆了樣式:Floating labels
參考:https://v5.getbootstrap.com/docs/5.0/forms/floating-labels/
大量的 Utilities 加入及增強:
- 許多元件的主題色都改為 utilities 套用
- Utilities 加入了 display: grid,目前還沒有將 grid layout 完整導入,主要是於將元素填滿整個區塊(ex: btn-block 改為 d-grid)
- 加入字體大小至 utilities 內(之前很常使用 h1 ~ h6 替換文字大小,現在則有更好的替代方案)
其它:
- 放棄對於先前版本的 Edge 支援
- 即將進入 Beta1
bootstrap grid 在 軟體開發學習資訊分享 Facebook 的最佳貼文
由 udemy 熱門前端課程講師 Colt Steele (http://bit.ly/2wBG9Rw) 主講
從這 11.5 小時的課程,你會學到
1. 學會快速、毫無痛苦地建立漂亮、響應性強的網站
2. 使用最新的 HTML5,CSS3,Flexbox 和 Bootstrap 4
3. 掌握所有的 Bootstrap 元件
4. 使用 Bootstrap 4 Grid 系統來建立複雜的流動佈局
5. 編譯自己的 SASS 來客製化 Bootstrap
6. 深入挖掘瘋狂的 Bootstrap 原始碼檔案
7. 深入淺出學習新的 Bootstrap 4 工具類別
https://softnshare.com/bootstrap-4-bootcamp/
bootstrap grid 在 [Bootstrap 5][中文] 07. Grid System(一), col 等分與其問題 的推薦與評價
Bootstrap 5與Sass,製作RWD客製化響應式主題https://progressbar.tw/courses/21?f=yt進度條 Bootstrap 5 Youtube 播放 ... ... <看更多>
bootstrap grid 在 Bootstrap 5 Crash Course Tutorial #7 - Grid Layout (part 1) 的推薦與評價
Learn how to use the grid system in Bootstrap 5 - using containers, rows, columns and responsive classes too. View this course in full ... ... <看更多>
bootstrap grid 在 Grid system - React-Bootstrap 的推薦與評價
Bootstrap's grid system uses a series of containers, rows, and columns to layout and align content. It's built with flexbox and is fully responsive. ... <看更多>