Skip to content
This repository has been archived by the owner on May 19, 2021. It is now read-only.

Latest commit

 

History

History
37 lines (24 loc) · 1.02 KB

README.md

File metadata and controls

37 lines (24 loc) · 1.02 KB

ReFlar Inject Mithril Components

License Latest Stable Version

A Flarum extension. Inject Mithril components into your pages using native HTML.

Usage

Using FriendsOfFlarum Pages:

<flarum-component
    data-component="components/DiscussionList"
    :params="{filter:{q:'tag:hidden'},page:{limit:1}}">
</flarum-component>

screenshot

Installation

Use Bazaar or install manually with composer:

composer require reflar/inject-mithril-components

Updating

composer update reflar/inject-mithril-components

Links