Commit graph

13 commits

Author SHA1 Message Date
Andrea Fletcher
18c1d02d43
Add tag() action for CollectionService tags
Adds a built-in `vide.tag()` action that wraps `Instance:AddTag()` /
`Instance:RemoveTag()` so tags can be applied through `create()` props.

It accepts a static string or array of strings, or a reactive source
returning either. The reactive variant diffs the previous and new tag
sets so only the delta is applied. All tags added by the action are
removed when the surrounding scope is destroyed.

Includes mock support for `AddTag`/`RemoveTag`/`HasTag`/`GetTags`,
tests, API reference docs, and a closing note in the actions tutorial.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-26 22:10:47 -07:00
aaron
a3cc2dfbda Update docs 2024-11-04 23:18:04 +00:00
alicesaidhi
f8e84f9f8d
Improve Documentation Site (#41)
* update css and snippets

* Add banner

* improve home page

* Update Banner

* cleanup

* Update font to JetBrains Mono

* Add a quick look to Home

* Simplify Home Page

* Removed banner, removed copyright notice, reduced home page
2024-11-03 17:32:19 +00:00
aaron
14f8d38a35 Update docs 2024-07-03 15:34:16 +01:00
aaron
f2de9b0e63 Refactor 2024-07-03 15:02:52 +01:00
Alo
da85cbbac8
Fix docs typo
minor spelling mistake
2023-10-06 23:16:01 +01:00
Aaron Smith
c03fb05779 Make changed() run initially 2023-09-28 16:46:32 +01:00
Aaron Smith
0e8bfef905 Fix typos in creation docs 2023-09-21 10:40:05 +01:00
aaron
efc4798ddb Merge reactive scope refactor 2023-09-15 12:54:42 +01:00
Aaron Smith
2aebaf5abb Add aggregate initialization 2023-08-22 11:15:27 +01:00
Aaron Smith
a4f59ee62b Update docs 2023-08-10 15:42:58 +01:00
Aaron Smith
04e28f390d Improve docs 2023-08-09 15:33:14 +01:00
aaron
cb002f4f27 Initial commit 2023-08-08 21:33:11 +01:00