your personal website on atproto - mirror
blento.app
1# Custom Cards
2
3see `src/lib/cards` for how cards are made (and e.g. `src/lib/cards/EmbedCard/` and `src/lib/cards/LivestreamCard/` for examples of implementation).
4
5Notes:
6
7- Cards should be styled to work in light and dark mode (with dark: class modifier) as well as when cards are colorful (= bg-color-500 for the card) (with accent: modifier).
8- Please test newly created cards both when editing (/your-user/edit) and in your user profile when saved (/your-user)