pmg-ui-kit
v0.1.21
Published
Components library for PMG projects
Readme
Introduction
This project provides a collection of reusable React components and a curated set of icons, bundled together for easy integration across various projects. The goal is to streamline development by offering ready-to-use, customizable UI elements that maintain consistency and save time when building applications.
Requirements
Make sure you have:
- Tailwind v3 installed (3.4.17 is latest version)
- Added "./node_modules/pmg-mellon-components/**/*.{js,ts,jsx,tsx}" entry into content array in tailwind.config.js file
Installation process
To install dependecies run bellow command
npm iTo add package into your project use bellow command
npm install pmg-mellon-componentsReleasing new version
- Update the version number in package.json file
- Run bellow command to build new version in dist folder
npm run build- Run bellow command to login into correct NPMjs.com account
npm login- Run bellow command to publish new version of package
npm publishLatest releases
All detailed information about versions are included into CHANGELOG.md file
