PolymathUI

Getting started
System
Theming
Grid
Forms
Primitives
Block
Box
Flex
Grid
Heading
InlineFlex
PageWrap
Paragraph
Text
Components
Button
Card
CardPrimary
CsvUploader
ErrorBoundary
FileUploader
Footer
FormItem
Header
Icon
IconButton
IconCircled
IconOutlined
IconText
Basic usage
Label
LabeledItem
Link
Loading
Notification
Page
PageCentered
ProgressIndicator
RaisedAmount
Remark
Sidebar
StickyTop
Table
TextEllipsis
Tooltip
Modals
Modal
ModalConfirm
ModalConfirmTransactionQueue
ModalTransactionQueue
Inputs
BaseInput
CurrencySelect
DatePickerInput
NumberInput
PercentageInput
Select
TextArea
TextInput
TimePickerSelect
ToggleInput
Checkbox
Pages
TransactionQueue
Built with

IconText

A component to display text with an icon next to it.

Basic usage

Text with icon
3
 
1
<IconText>
2
  <Icon Asset={SvgDot} /> <span>Text with icon</span>
3
</IconText>