---
# https://vitepress.dev/reference/default-theme-home-page
layout: home

hero:
  name: "Livewire PowerGrid"
  tagline: PowerGrid creates modern, powerful and easy to customize Datatables based on Laravel Livewire library.
  image:
    src: /logomark3x.png
    alt: PowerGrid
  actions:
    - theme: brand
      text: 📚 Get started
      link: /get-started/introduction.md
    - theme: alt
      text: ⌨️ Source Code
      link: https://github.com/Power-Components/livewire-powergrid
    - theme: brand
      text: 🚀 Online Demo
      link: https://demo.livewire-powergrid.com/

features:
  - title: Minimal Configuration
    icon: 🚀
    details: Tables have basic features activated by default. Ready to go!
  - title: It fits your needs
    icon: 👍
    details: Extend and customize your Table including components (checkbox, action buttons, editable fields), global search feature, column data filters and data export tool.
  - title: Easy to Use
    icon: 🛠️
    details: Table components include feature examples. Just uncomment some code, enter your data, and it works!
---
