Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
  ..
  Heading
  Label
  LineBrokenText
  Paragraph
  TextEllipsis
  README.md
  Text.tsx
  index.ts
  renderProps.tsx
  styled.tsx
  typings.tsx
Size: Mime:

Text

all text in the app should be stylable here

Files

utils.tsx

  • this file will have all the Props and States which are very common and often used by the Text Component
  • [To avoid Duplicate code] Basically, contains interfaces which will be imported to each breed components

Text.tsx

  • Main component file which will be used to load breeds based on the breedType

styled.tsx

  • [To avoid Duplicate code] Used to serve global styleguide to the all breed components

Learn More