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

0.0.2-alpha • Public • Published

rummy ui logo

Rummy React UI

Create your application with free and useful components with React based on the RummyUI design.

rummy-ui-react downloads package version MIT Shield bundlephobia-minzipped-size bundlephobia-tree bundlephobia-tree Twitter

Buy Me A Coffee


Information

Our packages are in ALPHA version, which means there can be some small bugs that we try to find and fix. If you find issues we will very much appreciate it if you will add new topic in our github issues. We will add some new features/components to improve our packages to the easy and fast development in the near future.

HAPPY CODING! 🔥


Documentation

Here is our website documentation.


Installation

You can find our packages in the npm.

// npm
npm i @rummy-react-ui/core @emotion/styled @emotion/react

// yarn
yarn add @rummy-react-ui/core @emotion/styled @emotion/react

Usage

The full information about usage Rummy React UI you can find here.

Below is showed a simple React application which showing how to easy and fast use our basic component.

import React from 'react';
import ReactDOM from 'react-dom';
import { RUIButton } from '@rummy-react-ui/core';
// or
// import RUIButton from '@rummy-react-ui/core/Button';

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

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

Changelog

Here you can find our information about latest updates or on the website.


License

This project is licensed under the terms of the MIT license.

Package Sidebar

Install

npm i @rummy-react-ui/core

Weekly Downloads

28

Version

0.0.2-alpha

License

MIT

Unpacked Size

445 kB

Total Files

244

Last publish

Collaborators

  • kordrad
  • pglejzer