Sorry, but you either have no stories or none are selected somehow.
If the problem persists, check the browser console, or the terminal you've run Storybook from.
A specialized box component for HTML ul/ol/li element.
import { UL, OL, LI } from "@sharegate/orbit-ui";
Accepts all the HTML attributes of ul, ol and li elements with the addition of Orbit styled component props.
<UL color="alias-tertiary"> <LI>Explore</LI> <LI>Discover</LI> <LI color="accent-6">Colonize</LI></UL>