/awesome-social-circular-picker-react

Social Picker using Animate.css

Primary LanguageTypeScriptMIT LicenseMIT

Awesome Social Picker

What is

  • Project that implements a circular picker component using Animate.css. This project in particular implements a social picker, but the logic can be used to any circular component.

Example

How to run

Clone this repository into your local PC and run

cd circular-picker
npm install
npm start

Usage

<Picker
	items={['facebook', 'gmail', 'instagram', 'linkedin', 'tiktok', 'whatsapp', 'twitter', 'youtube']}>
</Picker>

Contribution

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.