Skip to content

0.18.1

Compare
Choose a tag to compare
@tomashapl tomashapl released this 07 Nov 20:59
· 5580 commits to master since this release

Changelog

FIX: reverted deprecated <Card />

you can import it this ways:

import Card from "@kiwicom/orbit-components/lib/_deprecated/Card"
import CardHeader from "@kiwicom/orbit-components/lib/_deprecated/Card/CardHeader"
import CardSection from "@kiwicom/orbit-components/lib/_deprecated/Card/CardSection"
import CardContent from "@kiwicom/orbit-components/lib/_deprecated/Card/CardContent"

or

import DeprecatedCard from "@kiwicom/orbit-components"
import DeprecatedCardHeader from "@kiwicom/orbit-components"
import DeprecatedCardSection from "@kiwicom/orbit-components"
import DeprecatedCardContent from "@kiwicom/orbit-components"

https://orbit-components-v0-18-1.surge.sh