1.2.3 • Published 9 months ago

@igloo-ui/disclosure v1.2.3

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
9 months ago

Disclosure

A disclosure is a widget that toggles the visibility of content by clicking a button.

Installation

To install @igloo-ui/disclosure in your project, you will need to run the following command using npm:

npm install @igloo-ui/disclosure

If you prefer Yarn, use the following command instead:

yarn add @igloo-ui/disclosure

Usage

Then to use the component in your code just import it!

import Substract from '@igloo-ui/icons/dist/Substract';

import Disclosure from '@igloo-ui/disclosure';

<Disclosure
  title="Diversity"
  icon={<Substract size="large" />}
  description="0.8pt in the last 30 days"
>
  <div style={{ background: '#F7F9FA', padding: '2.4rem' }}>
    Our organization values diversity.
  </div>
</Disclosure>;
1.2.3

9 months ago

1.2.0

1 year ago

1.2.2

11 months ago

1.2.1

1 year ago

1.1.4

1 year ago

1.1.3

1 year ago

1.1.2

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

2 years ago

1.0.0

2 years ago

0.3.0

2 years ago

0.2.1

2 years ago

0.2.3

2 years ago

0.3.1

2 years ago

0.2.2

2 years ago

0.2.0

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.0

2 years ago