pheasant_custom library

The Pheasant Template Library used in designing Custom Components and Elements.

This library serves as part of the complete API for designing plugins for the pheasant framework.

Classes

PheasantComponent
Base component for creating a custom component
UnknownPheasantTemplate
A base implementation for any unknown component, mostly used as a displayable error message.

Functions

html(String html, {String parent = 'div', Map<String, String> attributes = const {}}) Element
markdown(String markdown, {String parent = 'div', Map<String, String> attributes = const {}}) Element

Typedefs

AttrFunc = void Function(String value, Element target)