slack-block-builder
slack-block-builder copied to clipboard
Lightweight Node.js library for building Slack Block Kit UIs, with a declarative syntax inspired by SwiftUI.
Need to know how to iterate over iterable objects: – Mapping, filtering, reducing – Iterating over non-array objects. – Self-invoking functions Etc.
**Is your feature request related to a problem? Please describe.** Up until now, all of the properties that are plain text or markdown text objects per Slack's API have accepted...
**Is your feature request related to a problem? Please describe.** Up until now, the functions used to created builder objects have only accepted primitive types, such as strings, numbers, and...
**Is your feature request related to a problem? Please describe.** Slack recently announced a new platform, currently in closed beta. It is built on top of Deno. **Describe the solution...
**Is your feature request related to a problem? Please describe.** Up until now, the library has had zero dependencies, but it makes more sense to include Slack's own types. **Describe...
**Is your feature request related to a problem? Please describe.** There's no way to build **visually** and live preview the output of what you're building unless you run the code......
Closes #119 I added it by following where the other values like `threadTs` are used/tested, but I could have missed something. I can't run tests because of some TS issues:...
**Is your feature request related to a problem? Please describe.** A common example of how we use this library is replacing a block on an existing message. To do this,...
**Is your feature request related to a problem? Please describe.** Messages with links are unfurling in channels where they should not be. Have been passing in these parameters but they...
**Is your feature request related to a problem? Please describe.** Currently, it is not possible to create and manage RichText elements as they are not supported by this package. So...