Skip to content

edcrypt/Seaside-Bootstrap4

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Seaside-Bootstrap4

Bootstrap 4 wrapper for Seaside for Pharo 7

based on 4.0 from http://bootstrap.rtlcss.com/

Installation

First install Pharo on your machine. Pharo 7 onwards is recommended. Either using PharoLauncher or Pharo ZeroConf

Load

  Metacello new
      baseline:'Bootstrap4';
      repository: 'github://astares/Seaside-Bootstrap4:master/src';
      load

Run

Start the web server for Seaside - for instance with Zinc evaluate

ZnZincServerAdaptor startOn: 8080.
WebBrowser openOn: 'http://localhost:8080/bootstrap4/'

Learn

Migration from Bootstrap 3 to 4

  • the prefix is gone, so use container instead of tbsContainer, etc.
  • use formButton or outlineButton instead of tbsButton
  • buttons do not have beExtraSmall and beExtraSmallIf: styles anymore
  • breadcrumb section is now called breadcrumb item

About

Bootstrap 4 wrapper for Seaside for Pharo 7

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 99.1%
  • Smalltalk 0.9%