Skip to content

Releases: dimensi/vue-sprintf-components

Changed tokens and added fallback placeholders

24 Mar 22:13
Compare
Choose a tag to compare

Changed tokens and added fallback placeholders.
Previously, the tokens were %c and %(named)c, now {0} and {named}.
Added parameter placeholders for fallback insertion.
Update readme.
Update demo

Visual improvements to the project

24 Mar 01:52
Compare
Choose a tag to compare

Add readme.md
Add licence.md
Add jsdocs
Add few tests
Add demo example

The first implementation

24 Mar 01:28
Compare
Choose a tag to compare

Made the first implementation with this interface

<VueSprintf text="component say: %c">
      <ButtonUi>
        Hello!
      </ButtonUi>
</VueSprintf>