@catho/quantum-storybook-ui
Version:
A **Design System** is the complete set of design standards, documentation, and principles along with the toolkit (UI patterns and code components) to achieve those standards. Over time, these 'systems' are growing in popularity - a very popular one is [Q
15 lines (14 loc) • 746 B
JavaScript
export { default as AutoExample } from './AutoExample';
export { default as AutoProps } from './AutoProps';
export { default as AutoPropsApi } from './AutoPropsApi';
export { default as CodeExample } from './CodeExample';
export { default as ComponentPanel } from './ComponentPanel';
export { default as Example } from './Example';
export { default as UiStyle } from './UiStyle';
export { default as Heading } from './Heading';
export { default as LivePreview } from './LivePreview';
export { default as SimpleHighlight } from './SimpleHighlight';
export { default as StoryContainer } from './StoryContainer';
export { default as Table } from './Table';
export { default as Title } from './Title';
export { TabbedView, Tab } from './TabbedView';