UNPKG

@primer/react-brand

Version:

Primer Brand is a GitHub's design system for creating React-based marketing websites and digital experiences.

22 lines (21 loc) 681 B
import e from "../../node_modules/clsx/dist/clsx.js"; import { ListContext as t } from "../listContext.js"; import { ListItem as n } from "../ListItem/ListItem.js"; import r from "../list-shared.module.js"; import "react"; import { jsx as i } from "react/jsx-runtime"; //#region src/list/UnorderedList/UnorderedList.tsx function a({ variant: n = "default", children: a, ...o }) { return /* @__PURE__ */ i("ul", { className: e(r.List, o.className), ...o, children: /* @__PURE__ */ i(t.Provider, { value: { variant: n }, children: a }) }); } var o = Object.assign(a, { Item: n }); //#endregion export { o as UnorderedList }; //# sourceMappingURL=UnorderedList.js.map