rustlanges-components 0.1.0

RustLangES components library
Documentation
<!doctype html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <link rel="icon" type="image/svg+xml" href="/vite.svg" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>RustLangES React Components</title>
    <style>
      @media (prefers-color-scheme: dark) {
        html:where(:not(.rustlanges-theme-light)) {
          background-color: var(--color-dark, #2e2e2e);
        }
      }
    </style>
  </head>
  <body>
    <div id="root"></div>
    <script type="module" src="/showcase/main.tsx"></script>
  </body>
</html>