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

Create presets for react-content-loader #62

Open
danilowoz opened this issue Oct 8, 2019 · 19 comments
Open

Create presets for react-content-loader #62

danilowoz opened this issue Oct 8, 2019 · 19 comments

Comments

@danilowoz
Copy link
Owner

Share your loader with the community.

That's is a way to share your custom loader with the React community. Besides you can help the other developers to create amazing loaders to their interfaces. There are so many ways to build a content loader, show off here!

How to insert a loader?

  1. Build your custom amazing loader;
  2. Create a file with a custom name, here;
  3. Use the following boilerplate (don't forget to fill the metadata);
  4. Insert the file in the gallery, here;
  5. Open a PR;

Boilerplate

import React from "react"
import ContentLoader from "react-content-loader"

const __NAME_OF_LOADER__ = props => {
  return (
    <ContentLoader
      height={40}
      width={1060}
      speed={2}
      primaryColor="#d9d9d9"
      secondaryColor="#ecebeb"
      {...props}
    >
    // your loader
    </ContentLoader>
  )
}

__NAME_OF_LOADER__.metadata = {
  name: __WRITEHERE__, // My name
  github: __WRITEHERE__, // Github username
  description: __WRITEHERE__, // Little tagline
  filename: __WRITEHERE__ // filename of your loader
}

export default __NAME_OF_LOADER__
@danilowoz danilowoz changed the title Create presets for react-content-loeader Create presets for react-content-loader Oct 8, 2019
@alidaghighi
Copy link
Contributor

I'm in!

2 similar comments
@adititipnis
Copy link
Contributor

I'm in!

@koneko096
Copy link
Contributor

I'm in!

vm930 pushed a commit to vm930/create-content-loader that referenced this issue Oct 11, 2019
@danilowoz danilowoz reopened this Oct 11, 2019
@sgarcia30
Copy link
Contributor

I'm working on one now!

@SyedRR
Copy link

SyedRR commented Nov 22, 2019

I'm in!

@swatana3
Copy link
Contributor

I'm in!

@pushp1997
Copy link
Contributor

I'm working on one now!

@pushp1997
Copy link
Contributor

I'm working on one now!

Sorry, I am a newbie to open source, I committed my changes to the master branch on my machine, now I cant push to remote, I think that's because I don't have write access to the branch. Can anyone guide me how to contribute?

@danilowoz
Copy link
Owner Author

Hey @pushp1997, I think it could help you:
https://opensource.com/article/19/7/create-pull-request-github

Let me know if you have doubts yet :)

@pushp1997
Copy link
Contributor

Hi @danilowoz, Please accept my PR, it's been pending since 2 days. Thanks.

This was referenced Mar 4, 2020
@dao-phuong
Copy link
Contributor

Hi @danielerota , I just add a new loader preset. Please take a look

@coktopus
Copy link
Contributor

coktopus commented Oct 3, 2020

Added one loader 'youtube-fresh' #200

@melissahuertadev
Copy link

I'm in, can I work on this?

@danilowoz
Copy link
Owner Author

@piratelicorne sure, feel free to submit a PR for a new preset :)

@vunderkind
Copy link
Contributor

Hey @danilowoz - just joined in. I submitted a PR for a HackerNews content loader/skeleton. I hope it's up to spec. Thanks!

@Maxgit3
Copy link
Contributor

Maxgit3 commented Oct 23, 2020

@danilowoz I added a pull request #213. Thank you for your consideration.

emrakc pushed a commit to emrakc/create-content-loader that referenced this issue Dec 2, 2020
danilowoz added a commit that referenced this issue Dec 3, 2020
@sagi403
Copy link
Contributor

sagi403 commented Apr 2, 2023

Hey @danilowoz, I submitted a pull request #295 Thank you for your consideration.

@vibhav005
Copy link

I'm in can I work on this?

@danilowoz
Copy link
Owner Author

Hey, @DATTU005! Feel free to contribute and open a PR 😄

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

No branches or pull requests