arkt

React components library

Usage no npm install needed!

<script type="module">
  import arkt from 'https://cdn.skypack.dev/arkt';
</script>

README

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