Skip to content

framer-motion command palette inspired by linear, raycast & paco.sh

Notifications You must be signed in to change notification settings

kaito-http/palette

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d8ca4e7 · Jul 20, 2021

History

43 Commits
Jul 20, 2021
May 22, 2021
May 21, 2021
May 21, 2021
May 23, 2021
May 21, 2021
Jul 20, 2021
May 23, 2021
May 21, 2021
May 23, 2021
May 21, 2021
May 22, 2021

Repository files navigation

Contribution Guidelines

  • Never push to directly main. Use branches.
  • Always work on your own branch. If you want to contribute to someone elses branch, fork it and submit a PR. This helps prevent constant merge conflicts.
  • Adhere to <component>: <change> commit naming. If a commit changes multiple components, name it after their common parrent.
  • Be atomic with commits. It reduces merge conflicts and makes progress easier to track.