oops!

you've wandered onto our developer testing stage!

it looks like the real thing, but it's a sham!


go back to the real xiome.io

browse for components you'd like to plug into your website

to install a component, copy the green html code into your website's html <body> section

  1. my account component

    this component allows users to edit their profile

    <xiome-my-account></xiome-my-account>
  2. login panel component

    the component allows users to login or logout, and you control what's displayed in different states

    <xiome-login-panel show-logout> <p>You are logged in</p> <p slot=logged-out>You are logged out</p> </xiome-login-panel>

    You are logged in

    You are logged out

  3. questions component

    a community board where users can post questions

    <xiome-questions board=default></xiome-questions>
  4. manage users component

    admins can ban naughty users with this handy search widget

    <xiome-manage-users></xiome-manage-users>
  5. permissions component

    admins can setup advanced roles and privileges

    <xiome-permissions></xiome-permissions>

more components coming soon