@monstera/ui-components-text

1.0.6 • Public • Published

Text

The Text component is used for rendering copy in the app

Installation guide

yarn add @monstera/ui-components-text
# or
npm install @monstera/ui-components-text

Usage

import React from "react";
import {Text} from "@monstera/ui-components";

const MyApp = () => (
    <div>
        <Text type="hero">Welcome, John</Text>
        <Text type="h2">Lorem ipsum dolor sit amet.</Text>
    </div>
)

Props

Name Type Default Value Available values Description
type string body hero
h1
h2
h3
body
caption
Applies styling according to styleguide
disabled bool false true
false
Disables button when value is true
className string '' custom Component can accept custom styling

Dependents (1)

Package Sidebar

Install

npm i @monstera/ui-components-text

Weekly Downloads

1

Version

1.0.6

License

ISC

Unpacked Size

15.6 kB

Total Files

7

Last publish

Collaborators

  • marialungu