1
0
mirror of https://github.com/Chalarangelo/mini.css.git synced 2025-08-04 12:57:23 +02:00

Table desktop view

This commit is contained in:
Angelos Chalaris
2018-01-02 14:29:21 +02:00
parent d59be35ceb
commit 9288ef1a77
5 changed files with 220 additions and 1 deletions

View File

@@ -253,3 +253,8 @@
- Documented `progress` element.
- Documented `spinner` component.
## 20180102
- Started working on `table` module. Tables are now scrollable by default.
- Coded desktop view for `table`, no `@media` queries in there yet, but there will be more sooner rather than later.