Welcome to Flach Web, a curated collection of modern web UI tools and libraries to enhance your development workflow. Click any section title to explore examples and usage in detail.
A utility-first CSS framework for rapid UI development. Use concise classes like:
p-4
, text-center
, bg-blue-500
, and more to style your layout quickly and
consistently.
Add scroll-triggered animations using data-aos
attributes. Example:
<div data-aos="fade-up">...</div>
data-aos-delay="300"
data-aos-duration="1000"
data-aos-offset="120"
Lightweight animation library using IntersectionObserver. Example:
<div data-sal="slide-left">...</div>
data-sal-delay
, data-sal-duration
data-sal-easing
Combine Animate.css and WOW.js to animate elements on scroll. Example:
<div class="wow bounceInUp">...</div>
Popular classes: fadeIn
, zoomIn
, slideInLeft
.
Scalable vector icons customizable with CSS. Example usage:
<i class="fas fa-home"></i>
– Solid home icon<i class="fab fa-github"></i>
– GitHub brand iconCustomize using classes like fa-2x
, or Tailwind classes like text-blue-500
.
Simple tooltip library using data attributes. Example:
<button class="hint--top" aria-label="Tooltip text">Hover me</button>
hint--top
, hint--bottom
, etc.style="--hint-background: #8e44ad; --hint-color: #fff;"
Includes a collection of Arabic and English fonts for web typography. Easily integrate unique typefaces into your project.
A powerful front-end framework for building responsive websites quickly using prebuilt components and utility classes. Bootstrap includes layout grids, buttons, modals, navbars, and more.
.container
, .row
, .col
.btn
, .btn-primary
, .btn-outline-*
.navbar
, .card
, .modal
, .alert
Example usage:
<button class="btn btn-success">Click me</button>
<div class="alert alert-info">Bootstrap Alert</div>
Customize using classes like .bg-*
, .text-*
, .m-*
, and
.p-*
for margin and padding spacing.
All libraries are initialized with default settings for quick use: