This is a React Component Library.
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';
import {Button} from 'pat-ui';
const App = () => (
<>
<Button btnType="primary">PRESS ME</Button>
</>
);
See the Documentation for more introduction, usage information, and examples.
pat-ui is written in TypeScript with complete definitions.
Created by @YuhanLin1105 and an amazing group of contributors.