1.0.2 • Published 3 years ago

@traaidmark/konstruct-bucket-toolbar v1.0.2

Weekly downloads
-
License
-
Repository
github
Last release
3 years ago

Konstruct > Buckets > Toolbar

A simple toolbar component you can use to add tools and features to headings.

Installation

yarn add @traaidmark/konstruct-bucket-toolbar;

Usage

<Toolbar
  heading="Why we are so great"
  headingAs={ (props) => <h2 { ...props } }
  text={ <>Nulla leo odio, ullamcorper vel enim sed, maximus pretium sapien.</> }
  actions=[
    <a>Sign Up now</a>,
    <a>Do this other thing</a>
  ],
/>

Documentation

You can find detailed documentation at https://konstruct.traaidmark.com