1.0.0-alpha.0 • Published 3 years ago
@hey-mirror/holidays v1.0.0-alpha.0
@hey-mirror/holidays
Example
import styled from '@emotion/styled';
import { Holidays } from '@hey-mirror/today';
const Wrapper = styled.div({
display: 'flex',
flexDirection: 'column',
gap: 8,
});
export const Display = () => (
<Holidays locale='en-US' />
);API
<Holidays />
| Prop | Default | Type |
|---|---|---|
children | - | ReactNode |
1.0.0-alpha.0
3 years ago