1.1.8 • Published 28 days ago

@meroui/react v1.1.8

Weekly downloads
-
License
MIT
Repository
github
Last release
28 days ago

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.

Stable channel v1

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

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

Sponsors

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.

1.1.8

28 days ago

1.1.7

1 month ago

1.1.6

2 months ago

1.1.5

2 months ago

1.1.1

2 months ago

1.1.4

2 months ago

1.1.3

2 months ago

1.1.2

2 months ago

1.1.0

10 months ago

1.0.1

10 months ago