JetBrains / react-buddy-ide-toolbox

@react-buddy/ide-toolbox and palette packages
Apache License 2.0
60 stars 5 forks source link

Add more variants to react-intl components #59

Closed web-devel closed 1 year ago

web-devel commented 1 year ago
- FormattedMessage
   - FormattedMessage
   - FormattedMessage (with default value)
   - FormattedMessage (with values)   
   - ...
lovtsovaik commented 1 year ago

Now palette contains this elements: image (and some other variant of useIntl)

lovtsovaik commented 1 year ago

These variant of useIntl are equal:

<Variant name="format time" proto={UseIntlFormatTimeProto} />
<Variant name="format date time range" proto={UseIntlFormatTimeProto} />