-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into snyk-upgrade-aeda3d61202823cc3782bdb424773ef7
- Loading branch information
Showing
22 changed files
with
273 additions
and
206 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,45 @@ | ||
# mui-mas | ||
|
||
The SHAES Farm Material UI-based component library | ||
A Material UI-based component library for SHAES Farm's applications. | ||
|
||
[![build status](https://github.com/shaes-farm/mui-mas/actions/workflows/build-n-test.yml/badge.svg)](https://github.com/shaes-farm/mui-mas/actions/workflows/build-n-test.yml) | ||
[![coverage status](https://coveralls.io/repos/github/shaes-farm/mui-mas/badge.svg?branch=main)](https://coveralls.io/github/shaes-farm/mui-mas?branch=main) | ||
[![vulnerabilities](https://snyk.io/test/github/shaes-farm/mui-mas/badge.svg)](https://snyk.io/test/github/shaes-farm/mui-mas) | ||
[![npm version](https://badge.fury.io/js/@shaes-farm%2Fmui-mas.svg)](https://badge.fury.io/js/@shaes-farm%2Fmui-mas) | ||
|
||
## Motivation | ||
|
||
In Spanish "mui mas" means "much more", and that is what we provide in this component library; much more than your basic set of Material UI components. We have spent years developing enterprise applications, and we've used that experience to develop an opinionated set of MUI components that allow us to quickly construct functionality common to most enterprise applications. With <code>mui-mas</code> we can scaffold an app in minutes, instead of hours, or days. Get professional looking enterprise applications quickly, customized to your workflows. | ||
[![https://nodei.co/npm/@shaes-farm/mui-mas.png?downloads=true&downloadRank=true&stars=true](https://nodei.co/npm/@shaes-farm/mui-mas.png?downloads=true&downloadRank=true&stars=true)](https://www.npmjs.com/package/@shaes-farm/mui-mas) | ||
|
||
## Getting Started | ||
|
||
This package is intended for use by SHAES Farm's applications to ease the integration of our platform requirements. We currently use the following technology stack in our application suite: | ||
|
||
- [React](https://react.dev/) | ||
- [Next.js 13+](https://nextjs.org/) | ||
- [Supabase](https://supabase.com/) | ||
- [Material UI](https://mui.com/material-ui/) | ||
|
||
<pre> | ||
$ npm install @shaes-farm/mui-mas | ||
$ pnpm create next-app myapp \ | ||
--app \ | ||
--eslint \ | ||
--src-dir \ | ||
--typescript \ | ||
--use-pnpm | ||
... | ||
$ cd myapp | ||
$ pnpm add @shaes-farm/mui-mas | ||
</pre> | ||
|
||
## Motivation | ||
|
||
In Spanish "mui mas" means "much more", and that's what we've built with this component library; much more than the basic set of Material UI components. | ||
|
||
We've developed an opinionated set of React components based on MUI that allow us to construct functionality needed by our applications, integrated with MUI, Supabase, and Next. With <code>mui-mas</code> we can scaffold an app in minutes, instead of hours, and get functional applications more quickly, customized to our workflows. | ||
|
||
## Early Release | ||
|
||
We are releasing <code>mui mas</code> as an open-source component library because others may find it useful to quickly build high-quality applications. However, these components are customized for our design system and our back-end systems, and they may not be generally applicable for your needs. We've decided to release the library in this state as an Alpha release to gather feedback and to see if others find a library such as this useful. | ||
|
||
## Help Us Improve | ||
|
||
You can help us make this library better by submitting pull requests with suggestions. Show us how you would make the library more modular and better able to support a wider choice of use cases. Ideas, suggestions, and critical reviews are all welcomed as we continue to improve this package for our own needs. |
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.