@weenspace/react-material

1.0.0 • Public • Published

React Material

Quickly build beautiful React apps. Material-UI is a simple and customizable component library to build faster, beautiful, and more accessible React applications. Follow your own design system, or start with Material Design.

version license GitHub issues open GitHub issues closed Join the chat at https://gitter.im/NIT-dgp/General Chat

Quick start

Material-UI is available as an npm package.

# Using yarn
yarn add @weenspace/react-material

# Using npm
npm install @weenspace/react-material

Usage

Here is a quick example to get you started, it's all you need:

import * as React from 'react';
import ReactDOM from 'react-dom';
import Button from '@weenspace/react-material/Button';

function App() {
  return <Button>Hello World</Button>;
}

ReactDOM.render(<App />, document.querySelector('#app'));

Examples

Are you looking for an example project to get started?

Documentation

The documentation for the React Material is hosted at our website.

Premium Themes

Changelog

If you have recently updated, please read the changelog for details of what has changed.

Roadmap

Reporting Issues

We use GitHub Issues as the official bug tracker for the Material Kit. Here are some advices for our users that want to report an issue:

  1. Make sure that you are using the latest version of the Material Kit. Check the CHANGELOG from your dashboard on our website.
  2. Providing us reproducible steps for the issue will shorten the time it takes for it to be fixed.
  3. Some issues may be browser specific, so specifying in what browser you encountered the issue might help.

Licensing

Package Sidebar

Install

npm i @weenspace/react-material

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

41.9 MB

Total Files

540

Last publish

Collaborators

  • thinhhd