README
Any UI
Declarative React components built on top of Material-UI that reduce boilerplate of app structure, layout, pages, UX flow etc
Installation
Any-UI is available as an npm package.
// with npm
npm install @any-ui/core
// with yarn
yarn add @any-ui/core
// with npm
npm install @any-ui/core@next
// with yarn
yarn add @any-ui/core@next
Please note that @next will only point to pre-releases; to get the latest stable release use @latest instead.
Packages
- @any-ui/form: Simple, self contained form management
- @any-ui/core: everything else
Incomplete example app showing intended use
v3 coming....
See latest updates, better docs etc in the up coming version 3. All active development has moved to v3, only bug fixes here as needed.