react-md
Version:
This is the full react-md library bundled together for convenience.
38 lines (28 loc) • 1.72 kB
Markdown
# react-md [](https://github.com/mlaursen/react-md/blob/main/LICENSE) [](https://codecov.io/gh/mlaursen/react-md) [](https://github.com/mlaursen/react-md/actions)
[](https://www.npmjs.com/package/react-md)
[](https://www.npmjs.com/package/react-md)
Create an accessible React application with the [material design specifications]
and SCSS.
## [Installation]
```sh
npm install react-md sass
```
Note: it is recommended to use the [@react-md/core] package instead since the
`react-md` package just re-exports everything from `@react-md/core` for
convenience. Some more information can be found
[here](https://vitejs.dev/guide/performance#avoid-barrel-files).
## [Full Documentation]
### Highlights/Features
- Matches the accessibility guidelines from [www.w3.org]
- Low level customizable components
- Easily themeable on a global and component level
- Uses css variables for dynamic themes with fallbacks for older browsers
- Light, Dark, and System theme support
- Left-to-right and right-to-left language support
- Written and maintained in [Typescript]
[typescript]: https://www.typescriptlang.org/
[www.w3.org]: https://www.w3.org/TR/wai-aria-practices
[installation]: https://react-md.dev/getting-started/installation
[full documentation]: https://react-md.dev
[material design specifications]: https://material.io/design/
[@react-md/core]: https://npmjs.com/package/@react-md/core