2.3.0 • Published 4 years ago

@devseed-ui/heading v2.3.0

Weekly downloads
6
License
MIT
Repository
-
Last release
4 years ago

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

PropTypeDescriptionDefault
variant'base', 'primary', 'secondary'Sets the style variant of the button.'base'
classNamestringAdds a className to the class attribute.''

Any other properties will be spread on the input element.

2.3.0

4 years ago

2.2.1

4 years ago

2.2.0

4 years ago

2.1.1

4 years ago

2.0.0

4 years ago

1.5.6

4 years ago