The core components and functionality for react-md.
npm install @react-md/coreCreate an accessible React application with the [material design specifications]
and SCSS.
Check out the [documentation website] for demos, configuration guides,
and other documentation.
``sh
npm install @react-md/core sass
`sh
yarn add @react-md/core sassoptionally install material icons as well
yarn add @react-md/material-icons
``sh
pnpm add @react-md/core sassoptionally install material icons as well
pnpm add @react-md/material-icons
``The library is written and maintained in [Typescript] and it is recommended to
use in your application as well since there is no runtime type checking for
React props that cannot be caught by Typescript.
[typescript]: https://www.typescriptlang.org/
[installation]: https://react-md.dev/getting-started/installation
[documentation website]: https://react-md.dev
[material design specifications]: https://material.io/design/