Keerat666 / Lumix

An open source crowd developed React UI Library
https://lumix.onrender.com
Apache License 2.0
8 stars 17 forks source link

Create a Basic Alert Component #20

Open Keerat666 opened 1 year ago

Keerat666 commented 1 year ago

Develop a straightforward alert component that can display messages to users.

theallSparky commented 1 year ago

I would like to make this my first open-source contribution! May I be assigned this issue? Also, the CONTRIBUTING.md is empty, so I'm not entirely sure the proper steps as this is my first-source, like mentioned earlier. Thanks!

Keerat666 commented 1 year ago

Hi @theallSparky

I have added the guidelines to the CONTRIBUTING.MD file.

https://github.com/Keerat666/Lumix/blob/main/CONTRIBUTING.md

In summary, add a component that renders an alert component. The alert component should ideally look something like this : https://mui.com/material-ui/react-alert/

You can add your implementation inside the component folder and add your name to the contributor name as mention in the CONTRIBUTING.md and raise a PR!

The rest of it will be taken care by us!

Hardik2972 commented 1 year ago

Can you please assign me this issue