Skip to content

A widget framework on top of Bloc

License

Notifications You must be signed in to change notification settings

LouisePla/Toplo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A widget framework on top of Bloc

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Smalltalk 100.0%