UNPKG

@magic/core

Version:

@magic core. generate static pages and serverless lambdas. ~5kb client boilerplate.

11 lines (9 loc) 213 B
export const View = () => Link({ to: '/#page', class: 'SkipLink' }, 'Skip to Content') export const style = { position: 'absolute', top: 0, left: 0, height: '1px', width: '1px', overflow: 'hidden', }