# uikitml **Repository Path**: mirrors_pmndrs/uikitml ## Basic Information - **Project Name**: uikitml - **Description**: language for describing user interfaces in 3D space using pmndrs/uikit - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-10-07 - **Last Updated**: 2026-02-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # uikitml It is a **subset of HTML syntax** specifically designed for describing user interfaces in 3D space using the `pmndrs/uikit` project. It's a HTML-like markup language that can be interpreted into 3D UI components. ## Element Types uikitml parses HTML into seven core element types: ### Container Elements Most HTML elements become containers that can hold children and text. ```html
Layout container

Paragraph text

Main heading

``` **Supported tags:** `div`, `p`, `h1`-`h6`, `span`, `a`, `button`, `ol`, `ul`, `li` **Special behavior:** Containers with a single text child automatically become Text components. ### Image Elements Display bitmap images in your 3D UI. ```html Description ``` **Required:** `src` attribute ### Inline SVG Elements Embed SVG markup directly in your UI. ```html ``` **Content:** Raw SVG markup is preserved and rendered ### Video Elements Display video content with standard HTML5 video attributes. ```html