Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ba-st/willow-semanticui
Integration between Willow and SemanticUI
https://github.com/ba-st/willow-semanticui
pharo willow
Last synced: about 1 month ago
JSON representation
Integration between Willow and SemanticUI
- Host: GitHub
- URL: https://github.com/ba-st/willow-semanticui
- Owner: ba-st
- License: mit
- Created: 2017-04-18T18:20:05.000Z (over 7 years ago)
- Default Branch: release-candidate
- Last Pushed: 2024-09-12T12:11:03.000Z (3 months ago)
- Last Synced: 2024-09-12T23:27:47.025Z (3 months ago)
- Topics: pharo, willow
- Language: Smalltalk
- Size: 5.86 MB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Willow SemanticUI
![Logo](assets/logos/128x128.png)
Willow-SemanticUI provides integration between [Willow](https://github.com/ba-st/Willow)
and [SemanticUI](https://semantic-ui.com/)[![Unit Tests](https://github.com/ba-st/Willow-SemanticUI/actions/workflows/unit-tests.yml/badge.svg)](https://github.com/ba-st/Willow-SemanticUI/actions/workflows/unit-tests.yml/badge.svg)
[![Coverage Status](https://codecov.io/github/ba-st/Willow-SemanticUI/coverage.svg?branch=release-candidate)](https://codecov.io/gh/ba-st/Willow-SemanticUI/branch/release-candidate)
[![Baseline Groups](https://github.com/ba-st/Willow-SemanticUI/actions/workflows/loading-groups.yml/badge.svg)](https://github.com/ba-st/Willow-SemanticUI/actions/workflows/loading-groups.yml)
[![Markdown Lint](https://github.com/ba-st/Willow-SemanticUI/actions/workflows/markdown-lint.yml/badge.svg)](https://github.com/ba-st/Willow-SemanticUI/actions/workflows/markdown-lint.yml)[![GitHub release](https://img.shields.io/github/release/ba-st/Willow-SemanticUI.svg)](https://github.com/ba-st/Willow-SemanticUI/releases/latest)
[![Pharo 7.0](https://img.shields.io/badge/Pharo-7.0-informational)](https://pharo.org)
[![Pharo 8.0](https://img.shields.io/badge/Pharo-8.0-informational)](https://pharo.org)
[![Pharo 9.0](https://img.shields.io/badge/Pharo-9.0-informational)](https://pharo.org)
[![Pharo 10](https://img.shields.io/badge/Pharo-10-informational)](https://pharo.org)
[![Pharo 11](https://img.shields.io/badge/Pharo-11-informational)](https://pharo.org)The project goal is to complement Willow with a component supplier that allows
the creation of Semantic UI applications.## Quick links
- [**Explore the docs**](docs/README.md)
- [Report a defect](https://github.com/ba-st/Willow-SemanticUI/issues/new?labels=Type%3A+Defect)
- [Request a feature](https://github.com/ba-st/Willow-SemanticUI/issues/new?labels=Type%3A+Feature)## License
- The code is licensed under [MIT](LICENSE).
- The documentation is licensed under [CC BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0/).## Installation
To load the project in a Pharo image follow these [instructions](docs/how-to/how-to-load-in-pharo.md).
## Contributing
Check the [Contribution Guidelines](CONTRIBUTING.md)