Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emaringolo/seaside-bootstrap4-icons
Bootstrap Icons wrapper for Seaside.
https://github.com/emaringolo/seaside-bootstrap4-icons
pharo seaside smalltalk
Last synced: 16 days ago
JSON representation
Bootstrap Icons wrapper for Seaside.
- Host: GitHub
- URL: https://github.com/emaringolo/seaside-bootstrap4-icons
- Owner: eMaringolo
- License: mit
- Created: 2020-07-23T21:25:40.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-08T12:17:16.000Z (almost 4 years ago)
- Last Synced: 2024-10-09T13:25:10.294Z (about 1 month ago)
- Topics: pharo, seaside, smalltalk
- Language: Smalltalk
- Homepage:
- Size: 593 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Introduction
[Seaside](https://github.com/SeasideSt/Seaside) classes, extensions and file library for [Bootstrap SVG Icons](https://icons.getbootstrap.com/)# Installation
```smalltalk
Metacello new
baseline: 'Bootstrap4Icons';
repository: 'github://eMaringolo/seaside-bootstrap4-icons/src';
load.
```# Examples browser
Once you installed the baseline, it will come with the canvas extensions and classes, the file library, tests and an example browser available at `http://localhost:8080/bootstrapIcons`.
![Examples Screenshot](img/examples-screenshot.png)