From ad50bbf6278fea871d83f78c28d4ff66518ca16d Mon Sep 17 00:00:00 2001 From: Abdurrahman eker Date: Tue, 10 Jul 2018 19:48:41 +0300 Subject: [PATCH] Some Typo fixes --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index e0499138..a2c4b930 100644 --- a/README.md +++ b/README.md @@ -357,10 +357,10 @@ import { SideBar } from 'react-chat-elements' | prop | default | type | description | | ---- | ---- | ---- | ---- | -| type | dark | string | popup visible | -| top | false | function (component) | popup top component | -| center | none | function (component) | popup center component | -| bottom | none | function (component) | popup bottom component | +| type | light | string | sidebar style type (eg: light, dark) | +| top | none | component | sidebar top component | +| center | none | component | sidebar center component | +| bottom | none | component | sidebar bottom component | ## Navbar Component @@ -369,14 +369,14 @@ import { SideBar } from 'react-chat-elements' import { Navbar } from 'react-chat-elements' 'TOP' area + left={ +
'LEFT' area
} center={
'CENTER' area
} - bottom={ -
'BOTTOM' area
+ right={ +
'RIGHT' area
}/> ``` @@ -384,10 +384,10 @@ import { Navbar } from 'react-chat-elements' | prop | default | type | description | | ---- | ---- | ---- | ---- | -| type | dark | string | popup visible | -| top | false | function (component) | popup top component | -| center | none | function (component) | popup center component | -| bottom | none | function (component) | popup bottom component | +| type | light | string | navbar style type (eg: light, dark) | +| left | none | component | navbar left component | +| center | none | component | navbar center component | +| right | none | component | navbar right component | ## Dropdown Component