mui-bueno-v3
v0.1.11
Published
A React component library based on [Material UI](https://mui.com/material-ui) components with built-in support for [Formik](https://formik.org/). Rebuilt & redesigned based on the original [mui-bueno](https://www.npmjs.com/package/mui-bueno) library, and
Downloads
3
Readme
MUI Bueno v3
A React component library based on Material UI components with built-in support for Formik. Rebuilt & redesigned based on the original mui-bueno library, and expanded to provide additional components beyond form components.

A product of the SimonComputing Technology Innovations Lab
Installation
npm install mui-bueno-v3Basic Example
<MForm>
<TextField label="First Name" name="first-name" />
<TextField name="lastName" label="Last Name" />
<TextField name="dob" label="Date of Birth" format="99/99/9999" placeholder="MM/DD/YYYY" />
<TextField name="email" label="Email" />
<Submit>Submit</Submit>
</MForm>Documentation & Demo
This project uses Storybook to document and demonstrate the components. URL COMING SOON.
Release History
Details for every release are documented in CHANGELOG.md
