0.0.5 • Published 2 months ago

@korena/ui v0.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
2 months ago

Korena UI

Korena UI is a React component library designed to make building user interfaces easier and more efficient. It provides a collection of customizable components that can be used to create beautiful and responsive web applications.

Installation

To install Korena UI, you can use npm or yarn:

npm install @korena/ui

or

yarn add korena-ui

Usage

To use a component from Korena UI, simply import it into your React application and render it as needed. Here's an example of how you might use the Button component:

import React from 'react';
import { KorenaCalenday } from 'korena-ui';

function App() {
  const event = {/* follow the ics guide on how to create an event */}
  return (
    <div>
      <KorenaCalenday event={event}>Click me</KorenaCalenday>
    </div>
  );
}

export default App;

Components

Korena UI includes the following React components:

  • KorenaCalendar: A customizable calendar button component with support for different variants (primary, secondary, etc.).

These components are designed to be easy to use and highly customizable, allowing you to tailor them to fit your application's needs.

Contributing

If you'd like to contribute to Korena UI, please fork the repository and submit a pull request. We welcome contributions of all kinds, including bug fixes, feature additions, and documentation improvements.

License

Korena UI is open-source software licensed under the MIT License. See the LICENSE file for more information.

0.0.5

2 months ago

0.0.4

2 months ago

0.0.3

2 months ago

0.0.2

2 months ago

0.0.1

2 months ago