Quick Start
Get started quickly with reusable UX components for visualizing and interacting with verifiable credentials.
Install
Usage
Styles
@learncard/react
uses tailwind for styles, and exports two css files for consumers: base.css
and main.css
. If you are already using Tailwind, you do not need to import base.css
, as it is simply re-exposing @tailwind base
and @tailwindcss/components
. However, you will need to import main.css
, because it imports the tailwind classes used by our components, as well as our bespoke CSS classes.
If using Tailwind already
If not using Tailwind already
Last updated
Was this helpful?