1.1.11 • Published 2 years ago

patthu-react-ui v1.1.11

Weekly downloads
-
License
MIT
Repository
-
Last release
2 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

2 years ago

1.1.10

2 years ago

1.1.9

2 years ago

1.1.8

2 years ago

1.1.7

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago