Quick start
- 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-labelrenders a human-readable name of the resource<pos-description>renders a renders a description of the resource
Check out the 📖 Storybook documentation and the element reference to learn about the available elements.
For advanced topics and practical guides, take a look into the 🧑🏫 tutorial section.