0.0.8 • Published 2 years ago

@teamartizen/react-components v0.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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

Follow Twitter 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

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago