Skip to content

bendigiorgio/kiso

Repository files navigation

Kiso

Kiso is a modern, customizable, and highly flexible component library for Next.js applications. It is built using TypeScript, TailwindCSS, and Radix UI.

For incremental adoption or to suit your project's needs, feel free to just copy the code for each component individually if you don't want to install all the dependencies.

Features

  • TypeScript: Strong typing for safer and more predictable code.
  • TailwindCSS: Utility-first CSS framework for rapid UI development.
  • Radix UI: A low-level UI primitive library for building high-quality, accessible design systems.

Getting Started

  1. Install the kiso library in your Next.js project.

    npm install kiso-core

    or

    yarn add kiso-core
  2. Import the required components from the library and use them in your project.

    import { ToggleGroup, ToggleGroupItem } from "kiso-core";

Alternatively

import {
  ToggleGroup,
  ToggleGroupItem,
} from "kiso-core/toggle-group";

Components

Check out the documentation for a list of all the components and their props.

About

A React/Nextjs/Tailwindcss component library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published