ATS Components
An enterprise-class UI design language and React UI library.
English | Português | 简体中文 | Українською | Spanish | 日本語
✨ 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.⚙️ Whole package of design resources and development tools.🌍 Internationalization support for dozens of languages.🎨 Powerful theme customization based on CSS-in-JS.
🖥 Environment Support
- Modern browsers
- Server-side Rendering
- Electron
![]() Edge |
![]() Firefox |
![]() Chrome |
![]() Safari |
![]() Electron |
---|---|---|---|---|
Edge | last 2 versions | last 2 versions | last 2 versions | last 2 versions |
📦 Install
npm i ats-components
yarn add ats-components
🔨 Usage
import React from 'react';
import { DateTime, Color } from 'ats-components';
const App = () => (
<>
<DateTime name="Date Time"/>
<Color name="Color" />
</>
);
TypeScript
ats-components
is written in TypeScript with complete definitions, check Use in TypeScript to get started.
🌍 Internationalization
Dozens of languages are supported in ats-components