Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aldi/ralma
- Owner: aldi
- License: mit
- Created: 2018-06-10T14:05:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-30T18:28:09.000Z (about 4 years ago)
- Last Synced: 2024-05-20T03:14:50.928Z (7 months ago)
- Topics: bulma, ractivejs
- Language: HTML
- Homepage: https://aldi.github.io/ralma
- Size: 275 KB
- Stars: 35
- Watchers: 23
- Forks: 29
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-bulma - ralma - Ractive.js Components for Bulma (UI Libraries & Components / Courses)
README
## 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).