pat-ui

React components library

Usage no npm install needed!

<script type="module">
  import patUi from 'https://cdn.skypack.dev/pat-ui';
</script>

README

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.