1.1.3 • Published 5 months ago

dx-customer-engineering-poc-component-library v1.1.3

Weekly downloads
-
License
ISC
Repository
-
Last release
5 months ago

About The Project

A reusable React component library to streamline and enable faster POC development in Experience Platform. Refer to the wiki here for more info.

Built With

Getting Started

Prerequisites

  • npm
    npm install npm@latest -g

Installation

Below is an example of how you can instruct your audience on installing and setting up your app. This template doesn't rely on any external dependencies or services.

  1. Clone the repo
    git clone https://github.com/your_username_/poc-component-library.git
  2. Install NPM packages
    npm install
  3. Add your changes and test in Storybook
    yarn start or yarn storybook

Usage

Add the below import statement to the top of your file:

import ComponentName from 'dx-customer-engineering-poc-component-library'

Then you can use it in your project

<ComponentName prop1={} prop2={} ... />

*Run npm update to get the latest version of each component

Contributing

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)

Add your component in src -> components -> New Component Name Export component in src -> index.js Run npx parcel build

  1. Commit your Changes (git commit -m 'Add some AmazingFeature')
  2. Push to the Branch (git push origin feature/AmazingFeature)
  3. Open a Pull Request

To publish to NPM: npm version newVersionNumber --no-git-tag-version npm publish

Contact

Jess Peng - jesspeng@adobe.com

Project Link: https://git.corp.adobe.com/jesspeng/poc-component-library

Acknowledgments

1.1.3

5 months ago

1.1.2

6 months ago

1.1.1

6 months ago

1.1.0

6 months ago

1.0.9

6 months ago

1.0.8

6 months ago

1.0.7

6 months ago

1.0.6

6 months ago

1.0.5

6 months ago

1.0.4

6 months ago

1.0.3

6 months ago

1.0.2

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago