Versions in this module Expand all Collapse all v1 v1.0.0 Jan 17, 2024 Changes in this version + func HelloCustomziedComponent(ctx *web.EventContext) (pr web.PageResponse, err error) + type TagsInputBuilder struct + func TagsInput() (r *TagsInputBuilder) + func (b *TagsInputBuilder) Class(names ...string) (r *TagsInputBuilder) + func (b *TagsInputBuilder) MarshalHTML(ctx context.Context) (r []byte, err error) + func (b *TagsInputBuilder) Options(options ...*TagsInputOption) (r *TagsInputBuilder) + func (b *TagsInputBuilder) Selected(keys []string) (r *TagsInputBuilder) + type TagsInputOption struct + Key string + Label HTMLComponent