sinclairnick / brail

💌 Transactional email that feels different
https://brail.dev
Apache License 2.0
258 stars 6 forks source link

Feat: Add a snippets package (?) which exposes a copyable snippets and VS Code snippets #12

Open sinclairnick opened 1 year ago

sinclairnick commented 1 year ago

Snippets are helpful for providing boilerplate/common components without having to handle complexities around theming or customisation. We should provide a browse-able snippets library, similar to existing drag-and-drop editors, where raw snippet code can be copied. These snippets could be anything Brail-compatible, so not just @brail/react components, but also raw HTML, and any approaches supported in the future.