https://github.com/helpscout/jekyll-spark
Spark ✨: A Jekyll library for building component-based UI templates
https://github.com/helpscout/jekyll-spark
components jekyll open-source ruby
Last synced: about 1 year ago
JSON representation
Spark ✨: A Jekyll library for building component-based UI templates
- Host: GitHub
- URL: https://github.com/helpscout/jekyll-spark
- Owner: helpscout
- License: mit
- Created: 2017-06-03T04:06:30.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-21T02:26:42.000Z (over 8 years ago)
- Last Synced: 2025-04-17T22:46:12.728Z (about 1 year ago)
- Topics: components, jekyll, open-source, ruby
- Language: Ruby
- Homepage:
- Size: 37.1 KB
- Stars: 25
- Watchers: 4
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Spark ✨ [](https://travis-ci.org/helpscout/jekyll-spark) [](https://badge.fury.io/rb/jekyll-spark) [](https://coveralls.io/github/helpscout/jekyll-spark?branch=master)
A Jekyll library for building fast component-based UI.
This library was heavily inspired by view/component creation from modern Javascript libraries like [React](https://facebook.github.io/react/) and [Vue](https://vuejs.org/).
**Table of Contents**
- [Install](#install)
- [Documentation](#documenation)
- [Examples](#examples)
## Install
Add this line to your application's Gemfile:
```ruby
gem 'jekyll-spark'
```
And then execute:
```
bundle
```
Or install it yourself as:
```
gem install jekyll-spark
```
## Documentation
**[View the docs](https://github.com/helpscout/jekyll-spark/blob/master/docs/introduction.md)** to get started with Jekyll Components!
## Examples
**[View the starter](https://github.com/helpscout/jekyll-spark/tree/master/examples)** Component view files.