1.0.1 • Published 2 years ago

@pepperse/ui v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Peppers UI

Installation

Peppers UI

Peppers UI is available as an npm package.

npm:

npm install @pepperse/ui

yarn:

yarn add @pepperse/ui

Getting started with Peppers UI

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

import * as React from 'react';
import Button from '@pepperse/ui/Button';
// import { Button } from '@pepperse/ui';

function App() {
  return <Button variant="contained">Hello World</Button>;
}

Examples

Updating...

Documentation

Updating...

Changelog

Updating...

License

This project is licensed under the terms of the MIT license.