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

0.7.70 • Public • Published

Colibri UI

npm version

React UI components library.

Demo

Demo

Installation

npm i -S colibri-ui

Usage

// app/layout.tsx
import classNames from "classnames";
import "colibri-ui/theme_default_variables.css";

export default function RootLayout({
  children,
}: Readonly<{
  children: React.ReactNode;
}>) {
  return (
    <html lang="en">
      <body className={classNames("theme")}>
        {children}
      </body>
    </html>
  );
}

License

MIT

Package Sidebar

Install

npm i colibri-ui

Weekly Downloads

103

Version

0.7.70

License

MIT

Unpacked Size

433 kB

Total Files

464

Last publish

Collaborators

  • godfreyd