Using Blocks

Ready to use blocks and page building.

Banner
Colleagues
Content
Cta
Features
Footer
Header
Hero
Intro1
Logos
Content
Reviews
images
pages
presets
Using components
Avatar
Badge
Badges

A utility component for displaying multiple badges.

Button
Buttons

A utility component for displaying multiple buttons.

Channel
Channels

A utility component for displaying multiple channels.

Checkbox
Heading
Icon
Image

A wrapper around the Astro Image component with conditional rendering.

Input
Label
Link
Links

A utility component for displaying multiple links.

List
Logo
Menu
Paragraph
Rating
Select
Social
Socials

A utility component for displaying multiple socials.

Switch
Tagline
Textarea
Customization

Customize styles and components.

Integrating frameworks

Compatible with all JS and CSS frameworks.

Introduction

Everything you need to rapidly build content-driven websites. Components, blocks, layouts and complete page generation.

Installation
Doc

For documentation pages, just like this one.

Page

For marketing pages, just like the home page.

Generating Pages

Go a step further than just using components.

Using Structures

Build consistent blocks and layouts with structures.

Card

A box with a border, padding and rounded corners

Carousel
Code

Enhanced code component with live preview.

Container

Sets a max-width, padding and centers the content

Drawer

A panel that slides out from the side of the screen

Group

Group buttons and similar components

Container

Sets a head, body and some base styles

Masonry

Places items like cards in a masonry layout

Matrix

Places items like cards in a grid

Panel

A box with a border, padding and rounded corners used for sections

Prose

Applies styling to child components

Section

Sets vertical padding and some base styles

Stack

Places items like cards in a horizontal or vertical stack

Writeup

Applies styling to child components, similar to Prose

Fulldev UI - Astro component and block library, open-source

Make websites rapidly with pre-built components and blocks.

Showcase

Reviews

Rated 5,0 out of 86 reviews

What Our Customers Say

Discover what our satisfied customers are saying about us.

Exceptional Service

Outstanding experience! Highly recommended.

Great Product

This product exceeded my expectations. The quality is superb and the customer support is top-notch. I'll definitely be a returning customer.

Reliable and Efficient

I've been using this for months now, and it's consistently performed well. The efficiency and reliability are impressive.

Fantastic Experience

From ordering to delivery, everything was smooth. The product itself is fantastic, and I couldn't be happier with my purchase.

Best in Class

After trying several similar products, this one stands out as the best. It's clear why it's a market leader.

Innovative Design

The innovative features of this product have significantly improved my workflow. It's a game-changer in its category.

Time-Saver

This product has saved me countless hours. Its efficiency is unmatched, and I can't imagine going back to my old ways.

Reliable and Durable

I've had this product for over a year now, and it's still performing as well as day one. The durability is impressive, making it a worthwhile long-term investment.

---
import Reviews1 from 'fulldev-ui/blocks/Reviews1.astro'
---

<Reviews1
  tagline="Rated 5,0 out of 86 reviews"
  heading="What Our Customers Say"
  paragraph="Discover what our satisfied customers are saying about us."
  cards={[
    {
      rating: 5,
      heading: 'Exceptional Service',
      paragraph: 'Outstanding experience! Highly recommended.',
    },
    {
      rating: 5,
      heading: 'Great Product',
      paragraph:
        "This product exceeded my expectations. The quality is superb and the customer support is top-notch. I'll definitely be a returning customer.",
    },
    {
      rating: 5,
      heading: 'Reliable and Efficient',
      paragraph:
        "I've been using this for months now, and it's consistently performed well. The efficiency and reliability are impressive.",
    },
    {
      rating: 5,
      heading: 'Fantastic Experience',
      paragraph:
        "From ordering to delivery, everything was smooth. The product itself is fantastic, and I couldn't be happier with my purchase.",
    },
    {
      rating: 5,
      heading: 'Best in Class',
      paragraph:
        "After trying several similar products, this one stands out as the best. It's clear why it's a market leader.",
    },
    {
      rating: 5,
      heading: 'Innovative Design',
      paragraph:
        "The innovative features of this product have significantly improved my workflow. It's a game-changer in its category.",
    },
    {
      rating: 5,
      heading: 'Time-Saver',
      paragraph:
        "This product has saved me countless hours. Its efficiency is unmatched, and I can't imagine going back to my old ways.",
    },
    {
      rating: 5,
      heading: 'Reliable and Durable',
      paragraph:
        "I've had this product for over a year now, and it's still performing as well as day one. The durability is impressive, making it a worthwhile long-term investment.",
    },
  ]}
/>