FlintUI.Theme (FlintUI v0.1.0)

Theme and helpers.

Summary

Functions

Returns the theme component by name (e.g. :badge). If the component is not found, it returns nil.

Returns the list of the theme radius variants.

Returns the list of the theme size variants (e.g. for width, height, radius, etc).

Functions

Link to this function

get_in_theme(component, keys)

Link to this function

get_theme_component(component)

Returns the theme component by name (e.g. :badge). If the component is not found, it returns nil.

Link to this function

radius_variants()

Returns the list of the theme radius variants.

Link to this function

radius_variants(exclude_list)

Link to this function

semantic_colors()

Link to this function

size_variants()

Returns the list of the theme size variants (e.g. for width, height, radius, etc).

Link to this function

size_variants(exclude_list)

Link to this function

theme(component)