From c4c9cd4be8f5e29523253504fb01877a6640a01e Mon Sep 17 00:00:00 2001 From: Unknown Date: Sat, 21 Mar 2020 19:36:50 +0100 Subject: [PATCH] longer readme --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f536985..97cf6fe 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ Usefull Widgets written for Elm-ui. These include: * Select +* Tab * Multi Select * Collapsable * Dialog @@ -14,4 +15,12 @@ These include: * Validated Input * Scrolling Nav -Check out the [examples](https://orasund.github.io/elm-ui-widgets/) \ No newline at end of file +Check out the [examples](https://orasund.github.io/elm-ui-widgets/) + +## Why was this package created + +There are two reasons I created this package. + +1. There are no reusable views written from Elm-Ui +2. There are a lot of reusable views out there, all trying to reinvent the wheel, + and all do it differently. This packages tries to keep the complexity at a minimum and all the widgets consistent with eachother. \ No newline at end of file