Bladewind

screenshot of Bladewind
laravel
tailwind

BladewindUI is a collection of elegant Laravel blade-based UI components spiced with TailwindCSS and Javascript.

Overview

BladewindUI is a collection of UI components written using TailwindCSS, Laravel blade templates, and Vanilla Javascript. These components are designed to be simple to use and offer different levels of customization.

Features

  • Alert: Display informative or error messages to users.
  • Avatar: Show a profile picture or an icon representing a user.
  • BellButton: A button with a bell icon for notifications.
  • Card: Render a container with a title, content, and optional image.
  • Centered Content: Center content within a container.
  • Checkbox: Create a checkbox input element.
  • Datepicker: Allow users to select a date from a calendar.
  • Dropdown: Create a dropdown menu.
  • Dropmenu: Show a pop-up menu when an element is clicked.
  • Empty State: Display a friendly message when there is no content to show.
  • Filepicker: Allow users to upload files.
  • Horizontal Line Graph: Visualize data using a horizontal line graph.
  • Icon: Render a SVG icon.
  • Input: Create a text input field.
  • List View: Show data in a list format.
  • Modal: Create a pop-up modal window.
laravel
Laravel

Laravel is a powerful and elegant PHP framework that provides developers with a comprehensive set of tools and features to build robust web applications. It follows the Model-View-Controller (MVC) architectural pattern, offering a clean and organized structure for writing efficient and maintainable code.

tailwind
Tailwind

Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.

ui-kit
UI Kits & Components

A UI kit provides developers with a set of reusable components that can be easily integrated into a website or application. These components are pre-designed with consistent styling and functionality, allowing developers to save time and effort in the design and development process. UI kits can be either custom-built or third-party, and often include components for buttons, forms, typography, icons, and more.

postcss
Postcss

PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.