0.0
No commit activity in last 3 years
No release in over 3 years
Base class to do widgets for the Relevant raditor
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 2.0.0.rc

Runtime

= 1.1
 Project Readme

Relevant/Widget

This library is the core of the widget system for Relevant. As a result, it will be a dependency of every widget.

Registering Widgets

In order for Relevant to be aware of your widget you will need to register it. You can do this in the same file as your widget, or you can just call it somewhere else if you'd like it to be optional.

Relevant.register FooWidget