From 5acc45f08bb5981ee3425efa59d6f4d7cf26da9f Mon Sep 17 00:00:00 2001 From: Daniel Imms Date: Sat, 2 Jun 2018 12:22:05 -0700 Subject: [PATCH] Add basic fit readme Fixes #664 --- src/addons/fit/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/addons/fit/README.md diff --git a/src/addons/fit/README.md b/src/addons/fit/README.md new file mode 100644 index 00000000..68f01589 --- /dev/null +++ b/src/addons/fit/README.md @@ -0,0 +1,3 @@ +## fit addon + +The fit addon adjusts the dimensions of the terminal to match best fit its parent element container. `fit` will only work when the element is visible.