This package has been deprecated

Author message:

pre-release module deprecation

@platform/ui.text
TypeScript icon, indicating that this package has built-in type declarations

0.3.117 • Public • Published

Module License: MIT NPM banner

Display text and simple text input components.

Setup

yarn add @platform/ui.text

 

CSS

There are a variety of ways to embed references to the web-fonts:

Roboto (Sans)

css.head.importStylesheet(ROBOTO.GOOGLE.URL)
<link href='https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,900&display=swap' rel='stylesheet' />
@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,900&display=swap');

 

Roboto (Monospace)

css.head.importStylesheet(MONOSPACE.GOOGLE.URL)
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono&display=swap" rel="stylesheet">
@import url('https://fonts.googleapis.com/css?family=Roboto+Mono&display=swap')

 

 

Readme

Keywords

none

Package Sidebar

Install

npm i @platform/ui.text

Weekly Downloads

4

Version

0.3.117

License

MIT

Unpacked Size

47.4 kB

Total Files

36

Last publish

Collaborators

  • philcockfield