@pepperse/ui
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i @pepperse/ui

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

5.14 MB

Total Files

105

Last publish

Collaborators

  • pepperse