Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)