Eseniiaia

Getting Started

Create your first project and discover how to integrate our components into your workflow in under 5 minutes.

Get started tutorial
Interactive Example

Your First Project

1

HTML Structure

Start with a minimal HTML file template to load our library.




  
    
    
    My Project
  
  
    
  

                        
                        
2

Add First Component

Insert a button component into your HTML markup.


<import>@eseniiaia/components

<button class="es-btn-primary">
  Click me
</button>
 
                        
                        
3

Run Locally

Open the file in a browser to see it in action.

Browser Preview

You should see this interactive button component

Next Steps

Theming

Learn how to customize component appearances with our theming system.

View Documentation

API Setup

Integrate with REST/GraphQL endpoints using our API client library.

View API

Component Search

Explore our full component library with code samples for any pattern.

Browse Components