seaside-bootstrap4-icons

Description

Bootstrap Icons wrapper for Seaside.

Details

Source
GitHub
Dialect
pharo (40% confidence)
License
MIT
Stars
2
Forks
1
Created
July 23, 2020
Updated
Dec. 8, 2020
Topics
pharo seaside smalltalk

Categories

Web

README excerpt

# 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)
← Back to results