ats-components
TypeScript icon, indicating that this package has built-in type declarations

0.4.8 • Public • Published

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
Edge
Firefox
Firefox
Chrome
Chrome
Safari
Safari
Electron
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

🔗 Links

⌨️ Development

🤝 Contributing

❤️ Sponsors and Backers

Package Sidebar

Install

npm i ats-components

Weekly Downloads

0

Version

0.4.8

License

MIT

Unpacked Size

19.6 MB

Total Files

121

Last publish

Collaborators

  • atseeds