Frontend Components
The TrySetGo UI system contains a large collection of reusable, customizable, SEO-friendly and highly flexible components. Below is the complete catalog grouped by category.
Component Index
Typography
Navigation
Data Display
Marketing
Content
Component Details
Basic UI
Components related to basic ui.
Text
Renders plain text content.
<Text />Typography
Components related to typography.
Heading
Page or section heading text.
<Heading />Media
Components related to media.
Image
Displays an image asset.
<Image />Video
Embeds a video player.
<Video />Photo Gallery
Image gallery UI.
<PhotoGallery />URL Embed (iFrame)
Embed external website.
<URLEmbed(iFrame) />Navigation
Components related to navigation.
Link
Clickable hyperlink to another page.
<Link />Data Display
Components related to data display.
List
Displays UL / OL lists.
<List />Layout
Components related to layout.
Card
Card-style container for UI blocks.
<Card />Container
Flexible layout wrapper.
<Container />Header
Site or section header.
<Header />Forms
Components related to forms.
Login Form
Login UI with email/password.
<LoginForm />Registration Form
User signup form UI.
<RegistrationForm />Form
Generic form builder.
<Form />Text Area
Multi-line text input.
<TextArea />File Input
Upload file UI.
<FileInput />Select
Dropdown selection menu.
<Select />Checkbox
Checkbox selector control.
<Checkbox />Radio
Radio button control.
<Radio />E-Commerce
Components related to e-commerce.
Shopping Cart
Cart management UI.
<ShoppingCart />Product Detail
Single product detail block.
<ProductDetail />Product List
List of products.
<ProductList />Dynamic Product List
Product list with API support.
<DynamicProductList />Order Summary
Checkout order summary.
<OrderSummary />Marketing
Components related to marketing.
Interactive UI
Components related to interactive ui.
Accordion
Expandable/collapsible items.
<Accordion />Modal
Popup modal interface.
<Modal />Modal Trigger
Button to open modal.
<ModalTrigger />Tooltip
Tooltip hover content.
<Tooltip />Rating
Star rating UI.
<Rating />Counter
Increment/decrement counter.
<Counter />Feedback
Components related to feedback.
Progress Bar
Visual progress indicator.
<ProgressBar />Step Progress Indicator
Stepwise progress bar.
<StepProgressIndicator />Date & Time
Components related to date & time.
Calendar
Calendar date selector.
<Calendar />Date Picker
Select a date.
<DatePicker />Time Picker
Select a time.
<TimePicker />Date Range Picker
Select a date range.
<DateRangePicker />Content
Components related to content.
Rich Text Content Block
Rich text content section.
<RichTextContentBlock />