Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bridgetownrb/bridgetown-view-component
Add support for GitHub's ViewComponent library to your Bridgetown sites.
https://github.com/bridgetownrb/bridgetown-view-component
bridgetown bridgetown-plugin viewcomponent viewcomponents
Last synced: 3 months ago
JSON representation
Add support for GitHub's ViewComponent library to your Bridgetown sites.
- Host: GitHub
- URL: https://github.com/bridgetownrb/bridgetown-view-component
- Owner: bridgetownrb
- License: mit
- Created: 2020-12-02T06:01:42.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-22T22:45:08.000Z (about 2 years ago)
- Last Synced: 2024-10-18T11:27:06.966Z (3 months ago)
- Topics: bridgetown, bridgetown-plugin, viewcomponent, viewcomponents
- Language: Ruby
- Homepage:
- Size: 27.3 KB
- Stars: 10
- Watchers: 3
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# ViewComponent for Bridgetown
**Bridgetown + ViewComponent = :heart:**
Install this plugin to enable ViewComponent support in your Bridgetown sites.
[Documentation Here](https://www.bridgetownrb.com/docs/components/ruby#need-compatibility-with-rails-try-viewcomponent-experimental)
## 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