Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ ralma Public
forked from aldi/ralma

๐Ÿ’Ž Ractive.js Components for Bulma

License

aiclouds/ralma

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

17 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

ralma_logo

Ralma - Stateless Ractive Components for Bulma

version

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

Minified: bin/ralma.min.js

A typical header would look like this:

<head>
  <meta charset="utf-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  <title>Ralma!</title>
  <!-- Bulma CSS -->
  <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/bulma.min.css" />
  <!-- Ractive Framework -->
  <script src="https://cdn.jsdelivr.net/npm/ractive"></script>
  <!-- Ralma Plugin -->
  <script src="ralma.min.js"></script>
</head>

Licence ๐Ÿ“œ

Code released under the MIT license.

About

๐Ÿ’Ž Ractive.js Components for Bulma

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 75.4%
  • JavaScript 24.6%