glendix/react/html

Values

pub fn a(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement
pub fn abbr(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement
pub fn address(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement
pub fn area(
  attrs: List(attribute.Attribute),
) -> react.ReactElement

이미지 맵 영역 (Void 요소)

pub fn article(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement
pub fn aside(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement
pub fn audio(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement
pub fn b(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement

볼드 텍스트

pub fn base(
  attrs: List(attribute.Attribute),
) -> react.ReactElement

기본 URL (Void 요소)

pub fn bdi(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement

양방향 텍스트 격리 (국제화)

pub fn bdo(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement

양방향 텍스트 방향 재정의

pub fn blockquote(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement
pub fn body(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement

문서 본문

pub fn button(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement
pub fn canvas(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement
pub fn caption(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement
pub fn cite(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement
pub fn code(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement
pub fn col(
  attrs: List(attribute.Attribute),
) -> react.ReactElement
pub fn colgroup(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement
pub fn data_(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement

기계 판독 가능 데이터 (data → Gleam 충돌 회피)

pub fn datalist(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement
pub fn dd(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement
pub fn del(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement
pub fn details(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement
pub fn dfn(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement

정의 용어

pub fn dialog(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement
pub fn div(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement
pub fn div_(
  children: List(react.ReactElement),
) -> react.ReactElement
pub fn dl(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement
pub fn dt(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement
pub fn em(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement
pub fn embed(
  attrs: List(attribute.Attribute),
) -> react.ReactElement

외부 리소스 삽입 (Void 요소)

pub fn fieldset(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement
pub fn figcaption(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement
pub fn figure(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement
pub fn footer(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement
pub fn form(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement
pub fn h1(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement
pub fn h2(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement
pub fn h3(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement
pub fn h4(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement
pub fn h5(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement
pub fn h6(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement
pub fn head(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement

문서 헤드

pub fn header(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement
pub fn hgroup(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement

제목 그룹 (h1~h6 + p 묶음)

pub fn html(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement

HTML 루트 요소

pub fn i(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement

이탤릭 텍스트

pub fn iframe(
  attrs: List(attribute.Attribute),
) -> react.ReactElement
pub fn img(
  attrs: List(attribute.Attribute),
) -> react.ReactElement
pub fn input(
  attrs: List(attribute.Attribute),
) -> react.ReactElement
pub fn ins(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement
pub fn kbd(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement

키보드 입력 표시

pub fn label(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement
pub fn legend(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement
pub fn li(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement
pub fn link(
  attrs: List(attribute.Attribute),
) -> react.ReactElement

리소스 링크 (Void 요소)

pub fn main(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement
pub fn map_(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement

이미지 맵 (map → Gleam list.map 충돌 회피)

pub fn mark(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement
pub fn menu(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement

메뉴 요소

pub fn meta(
  attrs: List(attribute.Attribute),
) -> react.ReactElement

메타데이터 (Void 요소)

pub fn meter(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement
pub fn nav(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement
pub fn noscript(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement

스크립트 미지원 시 대체 콘텐츠

pub fn object(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement

외부 오브젝트 삽입

pub fn ol(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement
pub fn optgroup(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement
pub fn option(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement
pub fn output(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement
pub fn p(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement
pub fn p_(
  children: List(react.ReactElement),
) -> react.ReactElement
pub fn picture(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement
pub fn pre(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement
pub fn progress(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement
pub fn q(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement

짧은 인용문

pub fn rp(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement

루비 대체 텍스트 (괄호 폴백)

pub fn rt(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement

루비 텍스트 (발음/주석)

pub fn ruby(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement

루비 주석 컨테이너 (CJK/한국어 발음 표기)

pub fn s(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement

취소선 텍스트

pub fn samp(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement

프로그램 출력 샘플 텍스트

pub fn script(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement

스크립트

pub fn search(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement

검색 섹션

pub fn section(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement
pub fn select(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement
pub fn slot(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement

웹 컴포넌트 슬롯

pub fn small(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement
pub fn source(
  attrs: List(attribute.Attribute),
) -> react.ReactElement
pub fn span(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement
pub fn span_(
  children: List(react.ReactElement),
) -> react.ReactElement
pub fn strong(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement
pub fn style_el(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement

인라인 스타일 시트 (attribute.style 충돌 회피)

pub fn sub(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement
pub fn summary(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement
pub fn sup(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement
pub fn table(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement
pub fn tbody(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement
pub fn td(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement
pub fn template(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement

HTML 템플릿

pub fn textarea(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement
pub fn tfoot(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement
pub fn th(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement
pub fn thead(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement
pub fn time(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement
pub fn title_el(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement

문서 제목 (svg.title 충돌 회피)

pub fn tr(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement
pub fn track(
  attrs: List(attribute.Attribute),
) -> react.ReactElement
pub fn u(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement

밑줄 텍스트

pub fn ul(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement
pub fn var_(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement

변수/수학 표현식 (var → Gleam 예약어 회피)

pub fn video(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement
pub fn wbr(
  attrs: List(attribute.Attribute),
) -> react.ReactElement

줄바꿈 기회 (Void 요소)

Search Document