1.7.0 • Published 1 year ago

@oncarbon/ui-components-react v1.7.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@oncarbon/ui-components-react

Oncarbon React specific UI components on top of @oncarbon/ui-components components.

How to use

The components are exported as an react module.

import { OncFlightItineraryInfoPopover } from "@oncarbon/ui-components-react";

<OncFlightItineraryInfoPopover itineraryOncarbonId="1234">
  <button>Trigger the popover</button>
</OncFlightItineraryInfoPopover>;

Related

License