This package has been deprecated

Author message:

Buyer beware. Package is no longer publicly maintained.

@deimimi/strawberry

0.18.0 • Public • Published

A set Svelte components.

Quick Start Installation and Usage

Installation and Usage

Install

npm i -D @deimimi/strawberry

Usage

<!--App.svelte-->
<script>
    import { Button } from "@deimimi/strawberry";
</script>

<Button color="primary" on:click="{() => alert('strawberry')}">
    Click me!
</Button>
// rollup.config.js
import { preprocessConfig } from "@deimimi/strawberry/config";
...
plugins: [
    ...
    svelte({
        ...
        preprocess: preprocessConfig,
        ...
    }),
    ...
]
...

Readme

Keywords

none

Package Sidebar

Install

npm i @deimimi/strawberry

Weekly Downloads

1

Version

0.18.0

License

none

Unpacked Size

76.2 kB

Total Files

47

Last publish

Collaborators

  • kwangure