Bridgetown + ViewComponent = ❤️
Install this plugin to enable ViewComponent support in your Bridgetown sites.
- Fork it (https://github.com/bridgetownrb/bridgetown-view-component/fork)
- Clone the fork using
git clone
to your local development machine. - Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request