Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aldi/ralma

💎 Ractive.js Components for Bulma
https://github.com/aldi/ralma

bulma ractivejs

Last synced: about 1 month ago
JSON representation

💎 Ractive.js Components for Bulma

Awesome Lists containing this project

README

        

ralma_logo

## Ralma - Stateless Ractive Components for Bulma

![version](https://img.shields.io/badge/version-0.2.2-informational)

This Ractive plugin provides helper shortcuts for most Bulma widgets.
The goal of this plugin is to help you get started quickly and reduce the overly verbose code that Bulma tends to produce.
It does not attempt to cover everything in Bulma, but rather offer the most common elements as shortcuts.
Sometimes, when you want something more specific or fancy, you can still use the original Bulma markup.

**Download**:

_Debug_: [bin/ralma.js](https://raw.githubusercontent.com/aldi/ralma/master/bin/ralma.js)

_Minified_: [bin/ralma.min.js](https://raw.githubusercontent.com/aldi/ralma/master/bin/ralma.min.js)

A typical header would look like this:

```html



Ralma!





```

## Licence 📜

Code released under [the MIT license](https://github.com/aldi/ralma/blob/master/LICENSE).