Quick start - PodOS elements
- Create a plain old html file
- Add latest PodOS script tag and stylesheet to the head
- Add a
<pos-app></pos-app>
to the body and use any PodOS element within it. - Host the page on any webserver (like your Solid Pod 😉)
Try this 🤩:
- PodOS can be easily included from any CDN
<pos-app>
will provide PodOS to child elements. All other PodOS elements must be nested inside a<pos-app>
- Loads the resource and sets the context for all the child elements
- You can just combine normal HTML with PodOS elements
<pos-label
renders a human-readable name of the resource<pos-description>
renders a renders a description of the resource
Check out the 📖 Storybook documentation to learn about the available elements.
Also, check out the 🧑🏫 tutorial section on practical guides.