/** @jsxImportSource react */ import type { FunctionComponent } from 'react'; import './LanguageSelect.css'; import { KNOWN_LANGUAGES, langPathRegex } from '../../languages'; const LanguageSelect: FunctionComponent<{ lang: string }> = ({ lang }) => { return (
); }; export default LanguageSelect; benchmark2 Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/examples/docs/public/make-scrollable-code-focusable.js (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-14Support the Markdown component in SSR (#3036)Gravatar Matthew Phillips 14-507/+712
2022-04-14[ci] collect statsGravatar FredKSchott 1-0/+1
2022-04-13chore: add build:ci script to integrations (#3104)Gravatar Nate Moore 4-0/+4
2022-04-13[ci] formatGravatar tony-sull 2-13/+5
2022-04-13Fixing bug that could lose Tailwind's default presets (#3099)Gravatar Tony Sullivan 6-33/+34
2022-04-13[ci] release (#3101)astro@1.0.0-beta.10@astrojs/webapi@0.11.1Gravatar github-actions[bot] 38-71/+88
2022-04-13[ci] formatGravatar matthewp 3-6/+8
2022-04-13Re-enable custom element test and fix "undefined" child (#3095)Gravatar Matthew Phillips 9-42/+81
2022-04-13[ci] collect statsGravatar FredKSchott 1-0/+1
2022-04-12[ci] release (#3090)astro@1.0.0-beta.9@astrojs/vercel@0.1.2@astrojs/netlify@0.2.3@astrojs/markdown-remark@0.9.0Gravatar github-actions[bot] 43-103/+103