0.0.19 • Published 1 year ago
clik-id-layout v0.0.19
✨ 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
yarn add clik-id-layout
pnpm add clik-id-layout
🔨 Usage
import React from "react";
import { LayoutLevel } from "clik-id-layout";
const App = () => (
<>
<LayoutLevel />
</>
);
TypeScript
clik-id-layout
is written in TypeScript with complete definitions.