0.0.2 • Published 1 year ago

clik-id-layout-ui v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

✨ Features

  • 🏭 Enterprise-class UI designed for web applications.
  • 📦 A set of high-quality React components out of the box.
  • 🛡 Written in TypeScript with predictable static types.
  • 🎨 Powerful theme customization based on CSS-in-JS.

🖥 Environment Support

  • Modern browsers
  • Server-side Rendering
  • Electron

📦 Install

npm install clik-id-layout-ui
yarn add clik-id-layout-ui
pnpm add clik-id-layout-ui

🔨 Usage

import React from "react";
import { LayoutLevel } from "clik-id-layout-ui";

const App = () => (
	<>
		<LayoutLevel />
	</>
);

TypeScript

clik-id-layout-ui is written in TypeScript with complete definitions.