Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 915 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 915 Bytes

Toplo

toplo

A widget framework on top of Bloc.

Installation

Metacello new
	baseline: 'Toplo';
	repository: 'github://plantec/Toplo/src';
	onConflictUseIncoming;
	load

Look and feel features

image

A look and feel management is currently in development in a dedicated branch : dev-lookandfeel.

The evolutions from master branch are regularly integrated into this development branch.

This branch contains some examples to use the default Toplot look and feel inspired by Ant Design or create your own themes and skins.

Metacello new
	baseline: 'Toplo';
	repository: 'github://plantec/Toplo/src:dev-lookandfeel';
	onConflictUseIncoming;
	load