@awsui/components-react
Version:
AWS UI is a collection of [React](https://reactjs.org/) components that help create intuitive, responsive, and accessible user experiences for web applications. It is developed by Amazon Web Services (AWS). This work is available under the terms of the [A
55 lines (54 loc) • 3.67 kB
TypeScript
export { default as Alert, AlertProps } from './alert';
export { default as AnnotationContext, AnnotationContextProps } from './annotation-context';
export { default as AppLayout, AppLayoutProps } from './app-layout';
export { default as AttributeEditor, AttributeEditorProps } from './attribute-editor';
export { default as Autosuggest, AutosuggestProps } from './autosuggest';
export { default as Badge, BadgeProps } from './badge';
export { default as Box, BoxProps } from './box';
export { default as BreadcrumbGroup, BreadcrumbGroupProps } from './breadcrumb-group';
export { default as Button, ButtonProps } from './button';
export { default as ButtonDropdown, ButtonDropdownProps } from './button-dropdown';
export { default as Cards, CardsProps } from './cards';
export { default as Checkbox, CheckboxProps } from './checkbox';
export { default as CodeEditor, CodeEditorProps } from './code-editor';
export { default as CollectionPreferences, CollectionPreferencesProps } from './collection-preferences';
export { default as ColumnLayout, ColumnLayoutProps } from './column-layout';
export { default as Container, ContainerProps } from './container';
export { default as DatePicker, DatePickerProps } from './date-picker';
export { default as ExpandableSection, ExpandableSectionProps } from './expandable-section';
export { default as Flashbar, FlashbarProps } from './flashbar';
export { default as Form, FormProps } from './form';
export { default as FormField, FormFieldProps } from './form-field';
export { default as Grid, GridProps } from './grid';
export { default as Header, HeaderProps } from './header';
export { default as HelpPanel, HelpPanelProps } from './help-panel';
export { default as Hotspot, HotspotProps } from './hotspot';
export { default as Icon, IconProps } from './icon';
export { default as Input, InputProps } from './input';
export { default as Link, LinkProps } from './link';
export { default as Modal, ModalProps } from './modal';
export { default as Multiselect, MultiselectProps } from './multiselect';
export { default as Pagination, PaginationProps } from './pagination';
export { default as PieChart, PieChartProps } from './pie-chart';
export { default as Popover, PopoverProps } from './popover';
export { default as ProgressBar, ProgressBarProps } from './progress-bar';
export { default as RadioGroup, RadioGroupProps } from './radio-group';
export { default as SegmentedControl, SegmentedControlProps } from './segmented-control';
export { default as Select, SelectProps } from './select';
export { default as SideNavigation, SideNavigationProps } from './side-navigation';
export { default as SpaceBetween, SpaceBetweenProps } from './space-between';
export { default as Spinner, SpinnerProps } from './spinner';
export { default as StatusIndicator, StatusIndicatorProps } from './status-indicator';
export { default as Table, TableProps } from './table';
export { default as Tabs, TabsProps } from './tabs';
export { default as TagEditor, TagEditorProps } from './tag-editor';
export { default as TextContent, TextContentProps } from './text-content';
export { default as TextFilter, TextFilterProps } from './text-filter';
export { default as Textarea, TextareaProps } from './textarea';
export { default as Tiles, TilesProps } from './tiles';
export { default as TimeInput, TimeInputProps } from './time-input';
export { default as Toggle, ToggleProps } from './toggle';
export { default as TokenGroup, TokenGroupProps } from './token-group';
export { default as TutorialPanel, TutorialPanelProps } from './tutorial-panel';
export { default as Wizard, WizardProps } from './wizard';
export * from './interfaces';