Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Latest commit

 

History

History
24 lines (16 loc) · 976 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 976 Bytes

Bootstrap 5.1 design study

💄 In this repository, I tried to study Bootstrap 5.1 and making calendar design without any libraries such as FullCalendar.

2022-02-16.bootstrap5.1sample.mp4

Bootstrap v5

There are some differences and breaking changes between v4 and v5. For example, .right-* is renamed to .end-*. It's interesting.

migrating

New things in this repository

  • Tried to use shadow,
  • Tried not to use left nor right but to use start and end those are new in v5,
  • Tried to use d-grid to make buttons block,
  • Tried not to use my-1 to place spaces but to use gy-1,
  • Tried to create my original navbar with dropdown menu,
  • Tried to create calendar by myself,
  • Tried to overwrite Bootstrap default colors,