Common front-end components for Web using the Tesseract design system, written for React. https://make.modal.sh/tesseract/web/react/common
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 

10 satır
174 B

  1. {
  2. "jsxSingleQuote": false,
  3. "singleQuote": true,
  4. "printWidth": 120,
  5. "semi": false,
  6. "trailingComma": "all",
  7. "quoteProps": "consistent",
  8. "arrowParens": "always"
  9. }