From 50ba4282a5b7e5aeb75730a9c0d6e6101b2ed944 Mon Sep 17 00:00:00 2001 From: Jonathan Broquist Date: Sun, 13 Jul 2014 18:42:54 -0700 Subject: [PATCH] Added size attribute to README --- README.md | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 246abff..a44bb87 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,23 @@ A fake [flex-direction property](http://www.w3.org/TR/css3-flexbox/#flex-directi ## Child Attributes +### size +Type: `String` + +Sets the default placement of the splitbar. + +``` +pixels +
+
+
+ +percentage +
+
+
+``` + ### minSize Type: `String` @@ -63,7 +80,8 @@ Default: `'8px'` Specifices the minimum size the child element can be set to. Defaults to the width of the `splitbar` if no value is provided. -```pixels +``` +pixels
@@ -80,7 +98,8 @@ Type: `String` Specifices the maxium size the child element can be set to. -```pixels +``` +pixels