Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/ana_components/src/types/props.ts

🧱 UI library for Ana
Go to Latest
import * as anaComponents from "https://deno.land/x/ana_components@v0.0.82/src/types/props.ts";

This module contains the types for all of the components in the library.

Type Aliases

Button component's type that extends the <button> element Read more.

Card component's type that extends the <div> element Read more.

Card component's type that extends the <div> element Read more.

Footer component's type that extends the generic HTMLElement Read more.

Header component's type that extends the generic HTMLElement Read more.

Input component's type that extends the <input> element Read more.

Layout component's type that extends the <div> element Read more.

Link component's type that extends the <a> element Read more.

Linkmap component's type that extends the <div> element Read more.

Main component's type that extends the generic HTMLElement Read more.

Menu component's type that extends the <div> element Read more.

Navigation component's type that extends the generic HTMLElement Read more.

Page component's type that extends the <div> element Read more.

Linkmap component's type that extends the <div> element Read more.

Select component's type that extends the <select> element Read more.

Card component's type that extends the <div> element Read more.

Text component's type that extends the <span> element Read more.

Textarea component's type that extends the <textarea> element Read more.