mui-bueno-v2
v0.2.9
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
727
Readme
MUI Bueno v2
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-v2
Basic Example
<Formik /* ... */>
<Form>
<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>
</Form>
</Formik>
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