1.0.1 • Published 3 years ago
@pepperse/ui v1.0.1
Peppers UI
Installation
Peppers UI
Peppers UI is available as an npm package.
npm:
npm install @pepperse/uiyarn:
yarn add @pepperse/uiGetting 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.