@antscorp/ants-app-inbox
v1.1.34
Published
Antsomi App Inbox
Downloads
118
Keywords
Readme
An enterprise-class UI design language and React UI library.
✨ 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.
📦 Install
npm install @antscorp/antsomi-ui
yarn add @antscorp/antsomi-ui
🔨 Usage
import React from 'react';
import { Button } from '@antscorp/antsomi-ui';
const App = () => (
<>
<Button type="primary">Click me</Button>
</>
);
TypeScript
@antscorp/antsomi-ui
is written in TypeScript with complete definitions.