UNPKG

add-to-calendar-button-react

Version:

Convenient React wrapper for the add to calendar button snippet, which lets you reliably create beautiful buttons, where people can add events to their calendars.

9 lines (7 loc) 196 B
export const defaultProps = { name: 'Test', startDate: '2055-02-25', options: ['Google', 'iCal'], timeZone: 'America/Los_Angeles', }; export const invalidOptionsPropValue = ['Googling'];