@teamartizen/react-components
v0.0.8
Published
Artizen React Components Libarary
Downloads
2
Readme
An enterprise-class React UI library made with ❤️ by teamartizen.
✨ 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 @teamartizen/react-components
yarn add @teamartizen/react-components
pnpm add @teamartizen/react-components
🔨 Usage
import React from "react";
import { UIComponent } from "@teamartizen/react-components";
const App = () => (
<>
<UIComponent />
</>
);
TypeScript
@teamartizen/react-components
is written in TypeScript with complete definitions.