Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

readme.md

<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 }}
/>