Skip to content

bridgetownrb/bridgetown-view-component

Repository files navigation

ViewComponent for Bridgetown

Bridgetown + ViewComponent = ❤️

Install this plugin to enable ViewComponent support in your Bridgetown sites.

Documentation Here

Contributing

  1. Fork it (https://github.com/bridgetownrb/bridgetown-view-component/fork)
  2. Clone the fork using git clone to your local development machine.
  3. Create your feature branch (git checkout -b my-new-feature)
  4. Commit your changes (git commit -am 'Add some feature')
  5. Push to the branch (git push origin my-new-feature)
  6. Create a new Pull Request