0.0.2-alpha • Published 3 years ago

@rummy-react-ui/core v0.0.2-alpha

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

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.