Socket
Book a DemoInstallSign in
Socket

a4-fit-text

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

a4-fit-text

Angular Fit Text (Auto scale text to fit container) component

9.0.0
latest
npmnpm
Version published
Maintainers
1
Created
Source

a4-fit-text

Angular 7 Component to fit text into a container. The text will be auto scaled according to the width and height of the container.

How-To

Install

npm install a4-fit-text

app.module.ts

  • Add FitTextModule to imports of the app.module.ts.

...
import { FitTextModule } from 'a4-fit-text';
...

@NgModule({
  declarations: [
    AppComponent
  ],
  imports: [
    ...,
    FitTextModule,
    ...
  ],
  ...
})

HTML

<div class="container">
  <fit-text text="This is a test"></fit-text>
</div>

CSS

.container {
  display: block;
  height: 100px;
}

Hint: Scale the browser and the text will auto scale to fit to the container.

Keywords

angular

FAQs

Package last updated on 08 Feb 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.