slack-block-builder icon indicating copy to clipboard operation
slack-block-builder copied to clipboard

Lightweight Node.js library for building Slack Block Kit UIs, with a declarative syntax inspired by SwiftUI.

Results 14 slack-block-builder issues
Sort by recently updated
recently updated
newest added

Need to know how to iterate over iterable objects: – Mapping, filtering, reducing – Iterating over non-array objects. – Self-invoking functions Etc.

documentation

**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...

enhancement

**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...

enhancement

**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...

enhancement

**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...

enhancement

**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......

enhancement
help wanted
good first issue

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,...

enhancement

**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...

enhancement

**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...

enhancement