gitlanding

✒️ React components for creating landingpages

MIT License

Downloads
1.3K
Stars
265
Committers
7

Gitlanding is an extension for onyxia-ui that features a set of component for creating landing pages.

Example of gitlanding landing page:

https://user-images.githubusercontent.com/6702424/148715912-64485db0-ae26-474f-a6ce-b9a142a419e0.mp4

https://user-images.githubusercontent.com/6702424/148716227-4a699c07-ba17-4860-b4bb-9feeed8b7662.mp4

🚀 Quick start

Try the demo project:

git clone https://github.com/garrone/gitlanding-demo
cd gitlanding-demo
yarn
yarn dev

[!NOTE] This project is an extension of onyxia-ui the gitlanding components needs be inside the <OnyxiaUI> provider. Besides the required dependencies of onyxia-ui you only need to install gitlanding.

Contributing

To link your local copy of gitlanding in the demo project:

cd ~/github
git clone https://github.com/thieryw/gitlanding
git clone https://github.com/garronej/gitlanding-demo
cd gitlanding
yarn link-in-demo

In another terminal:

cd ~/github/gitlanding-demo
yarn dev