0.2.0 • Published 9 months ago

koalabry v0.2.0

Weekly downloads
-
License
-
Repository
-
Last release
9 months ago

KoalaBry

Welcome to KoalaBry, a delightful components library inspired by the adorable koala theme. KoalaBry provides a set of reusable and beautifully designed components to enhance the look and feel of your web applications.

Installation

You can install KoalaBry using npm:

npm install koalabry

Usage

Import the components you need from KoalaBry and start using them in your React application:

import React from 'react';
import { AmButton } from 'koalabry';

const MyComponent = () => {
  return (
    <div>
      <AmButton label="Click me!" primary />
    </div>
  );
};

export default MyComponent;

Available Components

AmButton

A customizable button component with various styles and variants.

Contributing

We welcome contributions! If you have any bug fixes, feature requests, or improvements, please feel free to open an issue or submit a pull request on our GitHub repository.

License

KoalaBry is open-source software licensed under the MIT License.