Publish new API docs (automated commit)

This commit is contained in:
Jason Salzman
2016-10-06 11:56:11 -07:00
parent 61c9170884
commit 91a74e96cc
+48
View File
@@ -0,0 +1,48 @@
`0` (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' }
]`