Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 663 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 663 Bytes

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