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

0.1.0 • Public • Published

noice is a design system built for Ped Inc using Modulz

Using this package

Step 1: Install noice from npm

Install @peduarte/noice using your package manager:

yarn add @peduarte/noice

Step 2: Import & use your components

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

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

Step 3: Wrap your app in NoiceProvider

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

import { NoiceProvider } from '@peduarte/noice';

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

Readme

Keywords

none

Package Sidebar

Install

npm i @peduarte/noice

Weekly Downloads

5

Version

0.1.0

License

MIT

Unpacked Size

330 kB

Total Files

44

Last publish

Collaborators

  • peduarte