2.3.2 • Published 5 years ago

modui-base v2.3.2

Weekly downloads
24
License
MIT
Repository
-
Last release
5 years ago

About the modui suite

The modui suite is a collection of interface components based off of Backbone.View. modui-base is the base class for all the rest of the component views.

Each component in the suite can be used independently by requiring the component, e.g.

var ModuiPopup = require( 'modui-popup' );

The modui suite must be used in a client-side commonjs environment. We recommend its use with parcelify, browserify, or cartero.

modui-base

All views in the modui suite are derived from the modui-base class. The base class simply mixes together behavior from the following backbone plugins:

It also provides a default render method that renders a template function attached to the template property of the view, using the view's options (and its model.attributes, if it has a model) as template data.

Derived classes in the modui suite

The following is a list of components that inherit from modui-base and have been open sourced. Hopefully this list will continue to grow. We have dialogs, date fields, time pickers, etc., etc. If you want to see more of these components open sourced, please show your support by starting this repo, as there is overhead involved in open sourcing these things!

License

MIT

2.3.2

5 years ago

2.3.1

5 years ago

2.3.0

5 years ago

2.2.0

5 years ago

2.1.1

5 years ago

2.1.0

6 years ago

2.0.0

7 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago

0.1.9

9 years ago

0.1.8

9 years ago

0.1.7

9 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.0

10 years ago