Peppers UI is available as an npm package.
npm:
npm install @pepperse/ui
yarn:
yarn add @pepperse/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>;
}
Updating...
Updating...
Updating...
This project is licensed under the terms of the MIT license.