Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

react-application-alerts change style. #687

Open
Krodgersminto opened this issue Apr 3, 2024 · 1 comment
Open

react-application-alerts change style. #687

Krodgersminto opened this issue Apr 3, 2024 · 1 comment

Comments

@Krodgersminto
Copy link

Hi I am new to sharepoint development and was wondering for the react-application-alerts extension is it possible to change the style and change the font size, background color, animation effects. I have looked at the documention and it seems possible just not sure where to start.

Thank you

@eoverfield
Copy link
Collaborator

Yes, this should be possible. You'll need to clone the repo, then review the codebase here: https://github.com/pnp/sp-starter-kit/tree/master/source/react-application-alerts.

From there you should be able to run your standard build pipeline:
npm install
gulp serve
gulp bundle
gulp package-solution

as you would with any other SPFx solution. If you are new to SPFx, I suggest you start with general SPFx onboarding from https://learn.microsoft.com/en-us/sharepoint/dev/spfx/sharepoint-framework-overview, then you should have no problem updating this extension to match your requirements.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants