THIS IS JUST A TEST!
access-react is primarily a MUI based React component library. However, it is not just an extension over MUI components, but also a framework for building SPA web applications.
npm install --save access-react
import React from 'react';
import { BackButton } from 'access-react';
const Example = () => {
return <BackButton color='primary' />;
};
MIT © bojan-unjic-dtc