Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 525 Bytes

File metadata and controls

29 lines (21 loc) · 525 Bytes

<Compatibility/>

Overview

Show compatibility across features, plans, or anything you need!

Compatibility

Usage

You can use it to show features:

<Compatibility
  title="Feature Name"
  subtitle="This is a description of the feature"
  plans={{ Free: false, Business: true, Enterprise: true }}
/>

Or user roles:

<Compatibility
  title="Feature Name"
  subtitle="This is a description of the feature"
  plans={{ Member: false, Admin: true, 'Super Admin': true }}
/>