@devseed-ui/heading

2.3.0 • Public • Published

Heading

Example

import Heading from '@devseed-ui/heading';
    <Heading theme={theme.main} className='title-class'>
          Title
    </Heading>

Output HTML

  <h1 class="sc-htpNat cdArJb title-class">
    Title
  </h1>

Properties

Prop Type Description Default
variant 'base', 'primary', 'secondary' Sets the style variant of the button. 'base'
className string Adds a className to the class attribute. ''

Any other properties will be spread on the input element.

/@devseed-ui/heading/

    Package Sidebar

    Install

    npm i @devseed-ui/heading

    Weekly Downloads

    0

    Version

    2.3.0

    License

    MIT

    Unpacked Size

    27.4 kB

    Total Files

    10

    Last publish

    Collaborators

    • vgeorge
    • danielfdsilva
    • hnhubner