Flach Web

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.

1. Tailwind CSS

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.

2. AOS (Animate On Scroll)

Add scroll-triggered animations using data-aos attributes. Example: <div data-aos="fade-up">...</div>

3. Sal.js

Lightweight animation library using IntersectionObserver. Example: <div data-sal="slide-left">...</div>

4. Animate.css + WOW.js

Combine Animate.css and WOW.js to animate elements on scroll. Example: <div class="wow bounceInUp">...</div>

Popular classes: fadeIn, zoomIn, slideInLeft.

5. Font Awesome

Scalable vector icons customizable with CSS. Example usage:

Customize using classes like fa-2x, or Tailwind classes like text-blue-500.

6. Hint.css (Tooltips)

Simple tooltip library using data attributes. Example: <button class="hint--top" aria-label="Tooltip text">Hover me</button>

7. Fonts

Includes a collection of Arabic and English fonts for web typography. Easily integrate unique typefaces into your project.

8. Bootstrap 5

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.

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.

🔧 Initialization Scripts

All libraries are initialized with default settings for quick use:

📌 Notes

💚 Made with love by Ammar Chacal