mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 19:46:36 +00:00
17 lines
574 B
Svelte
17 lines
574 B
Svelte
<script>
|
|
import { Modal } from "carbon-components-svelte";
|
|
</script>
|
|
|
|
<Modal open passiveModal modalHeading="About Cloudant" hasScrollingContent>
|
|
<p>
|
|
Cloudant is a fully managed, distributed database optimized for heavy
|
|
workloads and fast-growing web and mobile apps, IBM Cloudant is available as
|
|
an IBM Cloud® service with a 99.99% SLA.
|
|
</p>
|
|
<br />
|
|
<p>
|
|
The database elastically scales throughput and storage, and its API and
|
|
replication protocols are compatible with Apache CouchDB for hybrid or
|
|
multicloud architectures.
|
|
</p>
|
|
</Modal>
|