![Exlement Logo](/assets/imgs/express_element-logo.jpeg)
# Exlement Documentation

Welcome to the Exlement documentation. Exlement is a revolutionary web development framework that extends HTML with powerful, AI-ready custom elements. Build sophisticated websites and applications with the simplicity of writing HTML tags.

## Table of Contents

1. [Core Concepts](core-concepts.md)
2. [Components](components.md)
3. [Layouts](layouts.md)
6. [API Reference](api-reference.md)

## Getting Started

### Installation

Include Exlement in your project via CDN:

```html
<link rel="stylesheet" href="https://unpkg.com/exlement@1.2.0/assets/css/exlement.css">
    <script src="https://unpkg.com/exlement@1.2.0/exlement.js"></script>
```


1. `core-concepts.md`:
   - Custom Elements in depth
   - The power of declarative syntax
   - AI integration philosophy
   - Responsive design principles in Exlement

2. `components.md`:
   - Detailed explanation of each component
   - Attributes and their usage
   - Examples for each component

3. `layouts.md`:
   - Using `<page-layout>`
   - Creating responsive designs
   - Examples of common layout patterns

4. `api-reference.md`:
   - Comprehensive list of all components
   - All available attributes and their possible values
   - Events emitted by components

