kairo-ui
TypeScript icon, indicating that this package has built-in type declarations

0.0.5 • Public • Published

Kairo UI

Kairo UI is a modern, customizable library of UI components designed to speed up web development. It comes with built-in features for rapid UI development, seamless integration, and flexible design patterns.

Features

  • Pre-built UI components: Customizable buttons, tooltips, and more for faster development.
  • Flexible design: Tailwind CSS integration for easy theming and style adjustments.
  • Feature-Sliced Design (FSD): Organize your project efficiently using best practices.
  • Optimized build: Compresses assets and removes unnecessary code for production.
  • Pre-configured tooling: Includes ESLint, Prettier, Stylelint for consistent and clean code.
  • Built-in animations: Enhance user interaction with simple, configurable animations.

Installation

You can install Kairo UI from npm:

npm install kairo-ui

Usage

After installation, you can import and use the components in your project:

import Button from 'kairo-ui/button'
import Tooltip from 'kairo-ui/tooltip'

const App = () => (
  <div>
    <Tooltip content="Hello World">
      <Button label="Click me!"/>
    </Tooltip>
  </div>
)

export default App

Customization

Kairo UI is designed to be highly customizable. You can adjust styles using Tailwind CSS or provide your own classes and styles.

Contribution

We welcome contributions! To get started with development:

  1. Fork the repository:
    git clone https://github.com/tiwehub/kairo.git
  2. Install dependencies:
    npm install
  3. Run the development server:
    npm run dev

License

Kairo UI is released under the MIT License.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.0.52latest

Version History

VersionDownloads (Last 7 Days)Published
0.0.52

Package Sidebar

Install

npm i kairo-ui

Weekly Downloads

2

Version

0.0.5

License

none

Unpacked Size

1.05 MB

Total Files

71

Last publish

Collaborators

  • tiwehub