Commit Graph

10 Commits

Author SHA1 Message Date
cbed41e637 Add support for different spinners 2020-12-06 15:41:45 +01:00
380c6aca45 Add net5.0 target framework 2020-11-11 15:28:32 +01:00
041bd016a2 Remove verbs from extension methods
Removed the verbs from all extension methods that manipulate
properties which makes the API more succinct and easier to read.

Also added implicit conversion from string to Style.

As a good OSS citizen, I've obsoleted the old methods with
a warning for now, so this shouldn't break anyone using
the old methods.
2020-10-23 15:08:18 +02:00
9afc1ea721 Add support for aligning tables 2020-10-21 18:15:51 +02:00
5a1b8a1710 Add rule widget
Adds a new rule widget.
Also fixes some bugs I encountered while testing
some unrelated things in an extremely small console.
2020-10-20 01:45:53 +02:00
e429f6434b Update examples 2020-10-01 14:43:08 +02:00
87bde3e5a2 Remove BorderKind in favour of Border 2020-09-06 12:29:48 +02:00
e6e9a4d950 Add description for 'Info' example 2020-09-05 08:52:06 +02:00
a477884d36 Move Panel extensions to Spectre.Console namespace 2020-09-05 08:20:13 +02:00
ae6d2c63a3 Add column support
Adds support for rendering arbitrary data into columns.

Closes #67
2020-09-05 07:45:38 +02:00