1.0.0-alpha.0 • Published 2 years ago

@hey-mirror/holidays v1.0.0-alpha.0

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

@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 />

PropDefaultType
children-ReactNode