You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using import * as Examples from "@virtualstate/examples" you can access all the examples available from this repository.
This proposal is to use all the objects available with keys ending with ExampleInformation and use them to create a command line "book" of examples that can be stepped through.
🚀 Feature Proposal
Using
import * as Examples from "@virtualstate/examples"
you can access all the examples available from this repository.This proposal is to use all the objects available with keys ending with
ExampleInformation
and use them to create a command line "book" of examples that can be stepped through.Details
You can get all these matching keys using
informationKeys
will be an array of stringsYou can get the source of an individual key using
This will be a string of the original source for the example, however, if you use:
Then I have applied some clean up steps to the source so that it is more readable.
To get the related
VNode
for an example, you can use:The text was updated successfully, but these errors were encountered: