0.0.3 • Published 4 years ago

svelte-notion v0.0.3

Weekly downloads
13
License
-
Repository
gitlab
Last release
4 years ago

svelte-notion

A simple Svelte renderer for Notion inspired by react-notion

Installation

npm i -D svelte-notion

Example

<Notion id="2e22de6b770e4166be301490f6ffd420" />

<script>
    import Notion from 'svelte-notion'
</script>

Configuration

The Notion component accepts a few props:

PropDefaultRequired?Description
idnullyesID for Notion Page
apinotion-api.splitbee.ionoThe API to use for fetching Notion data
fullPagefalsenoWhether to display a full-width (true) or fixed-width (false) page
0.1.0

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.3

3 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago