chore: add docs
This commit is contained in:
@@ -1,6 +1,10 @@
|
|||||||
import React from 'react';
|
import React from 'react';
|
||||||
import styles from './CalendarGridCell.module.scss';
|
import styles from './CalendarGridCell.module.scss';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Component representing each 1 hour time block of a calendar
|
||||||
|
* @param props
|
||||||
|
*/
|
||||||
const CalendarCell: React.FC = props => {
|
const CalendarCell: React.FC = props => {
|
||||||
return (
|
return (
|
||||||
<div className={styles.calendarCell}>
|
<div className={styles.calendarCell}>
|
||||||
|
|||||||
Reference in New Issue
Block a user