Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 880 Bytes

CONTRIBUTING.md

File metadata and controls

33 lines (21 loc) · 880 Bytes

Getting Started

Installation

To install the library Muslimah, kinldy run the following command in your project directory:

npm install @al-mabsut/muslimah

Usage

After installation, you can import and use the components of Muslimah in your project as follows:

import { ComponentName } from '@al-mabsut/muslimah';

// Use the component in your project

Documentation

Contributing

We welcome contributions from the community! If you wish to contribute, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature (git checkout -b feature/YourFeature).
  3. Make your changes and commit them (git commit -am 'Add some feature').
  4. Push to the branch (git push origin feature/YourFeature).
  5. Open a pull request.