@primer/react
Version:
An implementation of GitHub's Primer Design System using React
21 lines (20 loc) • 1.02 kB
JavaScript
"use client";
import Octicon from "../Octicon/Octicon.js";
import { ActionList } from "./ActionList/index.js";
import { ActionMenu } from "./ActionMenu.js";
import FilteredSearch from "./FilteredSearch/FilteredSearch.js";
import UnderlineNav_default from "./UnderlineNav/UnderlineNav.js";
import Dialog_default from "./DialogV1/Dialog.js";
import Pagehead from "../Pagehead/Pagehead.js";
import TabNav_default from "../TabNav/TabNav.js";
import Tooltip from "../Tooltip/Tooltip.js";
//#region src/deprecated/index.ts
/** This is the place where we keep components that are deprecated.
* We don't recommend using it in production.
* If you already use them, please move to the suggested alternative components
*
* But, they are published on npm and you can import them.
* example: import {FormGroup} from '@primer/react/deprecated
*/
//#endregion
export { ActionList, ActionMenu, Dialog_default as Dialog, FilteredSearch, Octicon, Pagehead, TabNav_default as TabNav, Tooltip, UnderlineNav_default as UnderlineNav };