@hey-mirror/holidays
v1.0.0-alpha.0
Published
## Example
Downloads
2
Readme
@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
|