Yorick 1.0.0

A library of Reagent components styled using Bulma.

Installation

To install, add the following dependency to your project or build file:

[theophilusx/yorick "1.0.0"]

Namespaces

theophilusx.yorick.basic

A collection of simple components which are too basic to require their own namespace.

Public variables and functions:

theophilusx.yorick.card

Provides a basic card presentation component.

Public variables and functions:

theophilusx.yorick.icon

Provides functions and components useful when adding font awesome icons.

Public variables and functions:

theophilusx.yorick.input

A collection of convenience functions and components to support obtaining input from the user.

theophilusx.yorick.media

Provides a general purpose media presentation component.

Public variables and functions:

theophilusx.yorick.modal

Provides a modal overlay window which can contain almost any content.

Public variables and functions:

theophilusx.yorick.navbar

Provides components and supporting functions for a navigation bar.

theophilusx.yorick.paginate

Provides a data pagination component to present data in pages of information.

Public variables and functions:

theophilusx.yorick.sidebar

Provides a vertical menu sidebar.

theophilusx.yorick.store

Provides convenience functions for manipulating maps stored as Reagent atoms.

theophilusx.yorick.tab

Provide basic page tabs for navigating between pages of information.

Public variables and functions:

theophilusx.yorick.table

Provides a component to render an HTML table of data.

Public variables and functions:

theophilusx.yorick.toolbar

Provides a component for rendering a simple toolbar.

Public variables and functions:

theophilusx.yorick.utils

A collection of useful utility functions to assist in working with components.