This repository is no longer actual, development of snippets has moved to https://github.com/massCodeIO/masscode.io
Сommunity-driven snippet collection
- Visit our website to view our snippet collection.
- Click on each snippet card to view the whole snippet including code.
- Copy / Edit.
- If you like the project, give it a star. It means a lot to the people maintaining it.
# Install dependencies
pnpm i
# or
npm i
# Start dev
pnpm run dev
# or
npm run dev
To add new snippet
- Make a fork.
- Use the Snippet Template to add new snippets to the collection.
- Add the snippet inside
/content
folder to one of the categories:buttons
,checkboxes
,effects
,inputs
,loaders
,switches
using a template. The file name must be numeric with the increment step. - Make a PR.
Copyright (c) 2019-present, Anton Reshetov.