https://github.com/killbill/killbill-assets-ui
Kaui assets
https://github.com/killbill/killbill-assets-ui
Last synced: about 1 year ago
JSON representation
Kaui assets
- Host: GitHub
- URL: https://github.com/killbill/killbill-assets-ui
- Owner: killbill
- License: apache-2.0
- Created: 2023-08-08T19:50:48.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-21T06:05:44.000Z (over 1 year ago)
- Last Synced: 2024-10-21T08:57:57.457Z (over 1 year ago)
- Language: CSS
- Size: 505 KB
- Stars: 0
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Killbill::Assets::Ui
`killbill-assets-ui` is a Ruby gem that provides UI assets for Kill Bill, an open-source billing and payments platform. This gem is designed to be integrated into Ruby on Rails applications, providing a seamless way to incorporate Kill Bill's UI components.
## Usage
After installing the gem, you can use the provided UI assets in your Rails application. This can help you quickly build a billing and payments interface using Kill Bill's robust features.
## Installation
Add this line to your application's Gemfile:
```ruby
gem "killbill-assets-ui"
```
And then execute:
```bash
$ bundle
```
Or install it yourself as:
```bash
$ gem install killbill-assets-ui
```
## Contributing
Contribution directions go here.
## License
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).