0.0.8 • Published 6 months ago

@teamartizen/react-components v0.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months 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

6 months ago

0.0.7

6 months ago

0.0.6

6 months ago

0.0.5

6 months ago

0.0.4

7 months ago

0.0.3

7 months ago

0.0.2

7 months ago

0.0.1

7 months ago