Skip to content

niceMatthew/ark

Repository files navigation

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 'arkt';

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

And import style manually:

import 'arkt/dist/index.css'; 

TypeScript

arkt is written in TypeScript with complete definitions

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published