Skip to content

trista8130/pat-ui

 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 61.6%
  • SCSS 35.8%
  • HTML 1.7%
  • JavaScript 0.9%