# svelte-bulma-lib

> ---

Latest version **1.0.1** (published 2020-02-14) · 0 weekly downloads

## Install

```sh
npm install svelte-bulma-lib
pnpm add svelte-bulma-lib
yarn add svelte-bulma-lib
bun add svelte-bulma-lib
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2020-02-14 |
| First published | 2020-02-14 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 118.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Maintainers | thompson4822 |
| Keywords | svelte, bulma |

## Links

- npm: https://www.npmjs.com/package/svelte-bulma-lib
- Repository: https://github.com/thompson4822/svelte-bulma-lib
- Homepage: https://github.com/thompson4822/svelte-bulma-lib#readme
- Issues: https://github.com/thompson4822/svelte-bulma-lib/issues
- npm.io page: https://npm.io/package/svelte-bulma-lib

## Alternatives

- [@sveltejs/kit](https://npm.io/package/@sveltejs/kit.md) — 2.2M weekly downloads
- [@atlaskit/theme](https://npm.io/package/@atlaskit/theme.md) — 402.0K weekly downloads
- [@tangle-network/brand](https://npm.io/package/@tangle-network/brand.md) — 10.0K weekly downloads
- [seneca](https://npm.io/package/seneca.md) — 7.4K weekly downloads
- [@bsb/base](https://npm.io/package/@bsb/base.md) — 7.2K weekly downloads

## Recent versions

- 1.0.1 (latest) — 2020-02-14
- 1.0.0 — 2020-02-14

## README

# svelte-bulma-lib
---

The purpose of this library is to provide Svelte versions of common Bulma components.

In order to use the library you'll want to do something like this:

```
npm install svelteBulmaLib
```

In your project, you'll also want to include Bulma (and probably FontAwesome) in your index.html. To do so, just include this in the header:

```
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.8.0/css/bulma.min.css">
    <script defer src="https://use.fontawesome.com/releases/v5.3.1/js/all.js"></script>
```

## Referencing components
Currently, this feels a bit clumsy. To reference the Input component, for example, include the following in your Svelte component:

```
import Input from 'svelte-bulma-lib/src/Input.svelte';
```

---
_Source: https://npm.io/package/svelte-bulma-lib · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
