0.1.3 • Published 2 years ago

pat-ui v0.1.3

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

Pat-UI

This is a React Component Library.

Install & Usage

React components can be install via npm or yarn

$  npm install pat-ui

OR

$  yarn add pat-ui

After install, import the CSS file in your app's entry file:

import 'pat-ui/dist/index.css';

Example

import {Button} from 'pat-ui';

const App = () => (
  <>
    <Button btnType="primary">PRESS ME</Button>
  </>
);

See the Documentation for more introduction, usage information, and examples.

TypeScript

pat-ui is written in TypeScript with complete definitions.

Credit

Created by @YuhanLin1105 and an amazing group of contributors.