Revert "Publish new docs (automated commit)"

This reverts commit ed2526c801.
This commit is contained in:
Jason Salzman
2016-10-06 11:48:09 -07:00
parent ed2526c801
commit 212982af71
54 changed files with 58621 additions and 0 deletions
+48
View File
@@ -0,0 +1,48 @@
`ReactAddToCalendar` (component)
================================
Props
-----
### `buttonLabel`
type: `string`
defaultValue: `'Add to My Calendar'`
### `buttonTemplate`
type: `object`
defaultValue: `{ caret: 'right' }`
### `displayItemIcons`
type: `bool`
defaultValue: `true`
### `event` (required)
type: `object`
defaultValue: `{
title: 'Sample Event',
description: 'This is the sample event provided as an example only',
location: 'Portland, OR',
startTime: '2016-09-16T20:15:00-04:00',
endTime: '2016-09-16T21:45:00-04:00'
}`
### `listItems`
type: `array`
defaultValue: `[
{ apple: 'Apple Calendar' },
{ google: 'Google' },
{ outlook: 'Outlook' },
{ yahoo: 'Yahoo' }
]`