Mantle UI is available on npm #391
sja-cslab
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Mantle UI is now available on npm as
@mantle-ui/react.Mantle UI is a community-maintained continuation of the MIT-licensed PrimeReact v10 codebase. The project exists to provide existing PrimeReact v10 users with an open and sustainable path forward.
Install
Migrate from PrimeReact
Mantle UI includes a migration CLI that rewrites
primereactimports to@mantle-ui/react.Preview the changes first:
npm exec mantleui migrate -- --dry-runApply the migration:
npm exec mantleui migrateThe migration updates source imports only. It does not modify
package.jsonor lockfiles.Links
We are currently focused on maintaining compatibility for PrimeReact v10 users, resolving inherited issues, improving accessibility and documentation, and building a sustainable community around the project.
Feedback, testing, bug reports, and contributions are welcome.
All reactions