@meroui/react
TypeScript icon, indicating that this package has built-in type declarations

1.1.8 • Public • Published

MUI Core logo

MEROUI - The UI For Perfectionists

Note: Meroui can be used in production environments from 24th april 2024 but there are still many componenets to be added. However you can preview available components in ui.batchnepal.com.

MeroUI has been designed and developed by BatchNepal Consultancy keeping simplicity and performance in mind and as been shared to open source community with a MIT License.

Installation

Npm Package

MeroUI is available as an npm package and can be installed directly into your react project

npm:

npm install @meroui/react

yarn: coming soon

yarn add @meroui/react
Older versions

Note: @next only points to pre-releases. Use @latest for the latest stable release.

Sponsors

batchnepal

More backers

See the full list of our backers.

Getting started with MeroUI

Here is an example of a basic app using MeroUI's Button component:

import * as React from 'react';
import { Button } from '@meroui/react';

function App() {
  return <Button variant="outlined" color="success" disableRipple={true} rounded="full" >Hello World</Button>;
}

Premium themes

We are focusing on creating high quality themes for react applications. Stay tuned!

Contributing

Read the contributing guide to learn about our development process, how to propose bug fixes and improvements, and how to build and test your changes.

Contributing to MeroUI is about more than just issues and pull requests! There are many other ways to [support MeroUI] beyond contributing to the code base.

Changelog

The changelog is regularly updated to reflect what's changed in each new release.

License

This project is licensed under the terms of the MIT license. You can use it freely on personal to enterprise projects. 😘

Security

We take any bugs or security concerns very seriously, please refer to our security policy.

Package Sidebar

Install

npm i @meroui/react

Weekly Downloads

4

Version

1.1.8

License

MIT

Unpacked Size

138 kB

Total Files

155

Last publish

Collaborators

  • meroui