Common front-end components for Web using the Tesseract design system, written for React. https://make.modal.sh/tesseract/web/react/common
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 

7 řádky
164 B

  1. const withMDX = require('next-mdx-frontmatter')({
  2. extension: /\.mdx?$/
  3. })
  4. module.exports = withMDX({
  5. pageExtensions: ['js', 'jsx', 'ts', 'tsx', 'md', 'mdx']
  6. })