1.1.11 • Published 3 years ago

patthu-react-ui v1.1.11

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Installation

Patthu React UI

Patthu React UI as an npm package.

npm:

npm i patthu-react-ui

Getting started with Patthu React UI

Here is an example of a basic app using Material UI's Button component:

import React from "react";
import { Button } from "patthu-react-ui";

export default function App() {
  return <Button label="Hello World" height={40} borderRadius={6} />;
}
1.1.11

3 years ago

1.1.10

3 years ago

1.1.9

3 years ago

1.1.8

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago