gallopy
v0.0.27
Published
Custom library of UI common UI components. Build for React.
Readme
Custom library for React components.
This library is supposed to provide custom pre-made components for commonly used use cases.
Example usage.
import {Button} form "gallopy/Button"
let exampleButton = <Button text={"Click Here!"}/>Components list, by subclass
Activity
import { Activity, ActivityProps } from "gallopy/Activity";Application
import {
Application,
ApplicationV2,
ApplicationProps,
} from "gallopy/Application";AudioView
import { AudioView, AudioViewProps } from "gallopy/AudioView";Button
import { Button, ButtonProps } from "gallopy/Button";Canvas
import { Canvas, CanvasProps } from "gallopy/Canvas";CollapseView
import { CollapseView, CollapseViewProps } from "gallopy/CollapseView";Controls
import {
Switch,
CheckButton,
RadioGroup,
SwitchProps,
CheckButtonProps,
RadioGroupProps,
} from "gallopy/Controls";FooterBar
import { FooterBar, FooterBarProps } from "gallopy/FooterBar";Headings
import {
Heading1,
Heading2,
Heading3,
Heading4,
Heading5,
Heading6,
HeadingProps,
} from "gallopy/Headings";IconButton
import { IconButton, IconButtonProps } from "gallopy/IconButton";ImageView
import { ImageView, ImageViewProps } from "gallopy/ImageView";Inputs
import {
TextInput,
NumberInput,
WeekInput,
TimeInput,
MonthInput,
DatetimeInput,
DateInput,
TextArea,
PasswordInput,
ColorInput,
FileInput,
InputProps,
TextAreaProps,
} from "gallopy/Inputs";Label
import { Label, LabelProps } from "gallopy/Label";Layout
import {
VerticalLayout,
HorizontalLayout,
FlowLayout,
GridLayout,
RelativeLayout,
LayoutProps,
} from "gallopy/Layout";Link
import { Link, LinkProps } from "gallopy/Link";Lists
import {
UnorderedList,
OrderedList,
ListItem,
UnorderedListProps,
OrderedListProps,
ListItemProps,
} from "gallopy/Lists";Media
import { Embed, Iframe, EmbedProps, IframeProps } from "gallopy/Media";Menu
import {
Menu,
MenuBar,
MenuItem,
MenuProps,
MenuBarProps,
MenuItemProps,
} from "gallopy/Menu";NavigationBar
import { NavigationBar, NavigationBarProps } from "gallopy/NavigationBar";Paragraph
import { Paragraph, ParagraphProps } from "gallopy/Paragraph";Progress
import {
ProgressBar,
Slider,
SpinningLoader,
SliderProps,
ProgressBarProps,
SpinningLoaderProps,
} from "gallopy/Progress";Scroll
import {
ScrollWindow,
VerticalScrollWindow,
HorizontalScrollWindow,
ScrollWindowProps,
} from "gallopy/Scroll";Selection
import { Select, Option, SelectProps, OptionProps } from "gallopy/Selection";SelectionView
import { SelectionView, SelectionViewProps } from "gallopy/SelectionView";TabbedWindow
import { TabbedWindow, TabbedWindowProps } from "gallopy/TabbedWindow";Table
import {
Table,
TableHeading,
TableFooter,
TableBody,
TableRow,
TableData,
TableHeader,
TableCaption,
TableProps,
TableCellProps,
TableRowProps,
TableCaptionProps,
} from "gallopy/Table";VideoView
import { VideoView, VideoViewProps } from "gallopy/VideoView";