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 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 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 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 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 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 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 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 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),
) -> 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 samp(
  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 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 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 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 tr(
  attrs: List(attribute.Attribute),
  children: List(react.ReactElement),
) -> react.ReactElement
pub fn track(
  attrs: List(attribute.Attribute),
) -> 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() -> react.ReactElement

줄바꿈 기회 (Void 요소)

Search Document