0.1.0 • Published 5 years ago

arkt v0.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

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