@peduarte/pedro
TypeScript icon, indicating that this package has built-in type declarations

0.3.0 • Public • Published

Pedro is a design system built for Peduarte using Modulz

Using this package

Step 1: Install Pedro from npm

Install @peduarte/pedro using your package manager:

yarn add @peduarte/pedro

Step 2: Import & use your components

Your components are ready to use! All components are imported directory from @peduarte/pedro:

import { Card, Input, Box, Container } from '@peduarte/pedro';

Step 3: Wrap your app in PedroProvider

To access the default theme, you must import and wrap your app with the PedroProvider:

import { PedroProvider } from '@peduarte/pedro';

const App = () => <PedroProvider>Hey there👋</PedroProvider>;

Readme

Keywords

none

Package Sidebar

Install

npm i @peduarte/pedro

Weekly Downloads

36

Version

0.3.0

License

MIT

Unpacked Size

301 kB

Total Files

41

Last publish

Collaborators

  • peduarte