/ui-mono

A mono repo of Kindlenext Core UI, Utils & Templates

Primary LanguageTypeScript

Kindlenext UI

GitHub license PRs Welcome

A mono repo of all things, Kindlenext Core UI & Utils.

Get Started

Installation

Install with NPM:

npm i @kindlenext/ui

or, with Yarn:

yarn add @kindlenext/ui

Usage

import { Button } from "@kindlenext/ui";

export default function App() {
  return (
    <div>
      <Button>Click me</Button>
    </div>
  );
}

Contributing

We'd love to accept your patches and contributions to this project. There are just a few guidelines you need to follow.

This project follows Contributor Covenant as it's Code of Conduct, and we expect all project participants to adhere to it. Please read the full guide so that you can understand what actions will not be tolerated.

Read our contributing guide to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to project.

This project is licensed under the MIT License, meaning that you're free to modify, distribute, and / or use it for any commercial or private project.