perso-components
TypeScript icon, indicating that this package has built-in type declarations

2.0.1 • Public • Published

Perso Components

This is a library containing all common components shared between the other projects and widgets.

Purpose

It's purpose is to serve as library to be used within all projects and centralize all the common components in one place.

Installation

Add the library as a project dependency:

npm install perso-components

Usage

Adding it to your project

import Button from 'perso-components/Button';

function App() {
  return (
    <Button {...props} />
  );
}

Bundling changes while in development mode (optional):

npm run build:watch

Publishing:

  1. Alter your package.json's version (Refer to semantic versioning)
  2. Run npm login command to log into the registry.
  3. Run npm publish command

Readme

Keywords

none

Package Sidebar

Install

npm i perso-components

Weekly Downloads

1

Version

2.0.1

License

none

Unpacked Size

97.4 kB

Total Files

14

Last publish

Collaborators

  • rafaelmdm_personetics