0.4.8 • Published 1 year ago

ats-components v0.4.8

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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
EdgeFirefoxChromeSafariElectron
Edgelast 2 versionslast 2 versionslast 2 versionslast 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