About this project

react-md is an open-source React component library for building accessible applications following the Material Design specifications. Styling is written in Sass (SCSS), and the project is written and maintained in TypeScript. Installation is done through npm, installing the core package together with Sass: npm install @react-md/core sass According to the README, the project's highlights include: - Accessibility: follows the accessibility guidelines published by the W3C (WAI-ARIA practices). - Low-level, customizable components, intended to be composed and adapted rather than used only as fixed presets. - Theming on both a global and a per-component level. - CSS variables used for dynamic themes, with fallbacks for older browsers. - Light, dark, and system theme support. - Left-to-right and right-to-left language support. - A TypeScript codebase that is written and maintained in TypeScript. Full documentation, including a getting-started and installation guide, is available on the project's website (react-md.dev). The repository includes contributing guidelines for anyone who wants to contribute, and the project is released under a license declared in its LICENSE file; its npm package and download statistics are published on npm. Continuous integration is set up through GitHub Actions for building, linting, and testing, and code coverage is tracked via Codecov.