thealmarques / awesome-social-circular-picker-react

Social Picker using Animate.css

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Social Picker using Animate.css

License:MIT License


Languages

Language:TypeScript 74.2%Language:HTML 17.1%Language:SCSS 8.7%