summaryrefslogtreecommitdiff
path: root/examples/with-nanostores/src/components/AdminsVue.vue (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-07-11Update `with-nanostores` example to match docs walkthrough (#3840)Gravatar Ben Holmes 1-33/+0
* feat: replace with-nanostores with new example * docs: update README with docs call-out * chore: small formatting inconsistencies * nit: standardize to spaces :'( * nit: standardize to tabs! * refactor: use html "hidden" property * nit: beta.66 for sanity
2021-12-22Use accessible indentation (#2253)Gravatar Jonathan Neal 1-20/+20
2021-12-13[ci] yarn formatGravatar FredKSchott 1-1/+1
2021-12-13Adding Solid to with-nanostores example (#2079)Gravatar Agustin Mulet 1-3/+4
2021-11-21Patch: Example Nanostores Update (#1955)Gravatar Withered Flowers 1-12/+14
* Mention astro.new in docs (#1935) * Fix - Deprecated nanostores functions createStore and getValue is deprecated in nanostores, changed it to atom and atom.get() * fix: change code to nanostores non-deprecated functions Co-authored-by: Jonathan Neal <jonathantneal@hotmail.com>
2021-07-20[ci] yarn formatGravatar FredKSchott 1-12/+12
2021-06-28Restructure examples (#568)Gravatar Nate Moore 1-0/+30
* rename kitchen sink, pull out react example * split out the rest of the examples * align versions * chore: rename examples * chore: normalize gitignore * chore: update package versions * chore: move framework examples to `framework` namespace * docs: add README to examples Co-authored-by: Austin Crim <crim.austin@principal.com>