Skip to content

teamartizen/react-components

Repository files navigation

@teamartizen/react-components

An enterprise-class React UI library made with ❤️ by teamartizen.

Follow Twitter NPM Version Deploy Storybook

✨ 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.

🔗 Links