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

0.1.0 • Public • Published

Ark Tool

A personal UI library with React.

Features

  • 🌈 personal UI Component 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.

🖥 Environment Support

  • Modern browsers and Internet Explorer 11 (with polyfills)
IE / Edge
IE / Edge
Firefox
Firefox
Chrome
Chrome
Safari
Safari
Electron
Electron
IE11, Edge last 2 versions last 2 versions last 2 versions last 2 versions

📦 Install

npm install arkt
yarn add arkt

🔨 Usage

import { Button, DatePicker } from 'antd';

const App = () => (
  <>
    <Button type="primary">PRESS ME</Button>
    <DatePicker placeholder="select date" />
  </>
);

And import style manually:

import 'arkt/dist/index.css'; 

TypeScript

antd is written in TypeScript with complete definitions

Readme

Keywords

Package Sidebar

Install

npm i arkt

Weekly Downloads

2

Version

0.1.0

License

MIT

Unpacked Size

142 kB

Total Files

91

Last publish

Collaborators

  • nicematthew