Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@fullcrew/design

fullcrew17MIT0.0.14

UI components for Svelte

svelte, components

readme

Fullcrew Design

npm npm npm bundle size

Fullcrew Design is a library of responsive UI components for fulcrew.io

Documentation

Browse online documentation here.

Quick start

You need Svelte.js version 3.20.+.

1. Install

# with npm
npm i @fullcrew/design

# with yarn
yarn add @fullcrew/design

# with pnpm
pnpm add @fullcrew/design

2. Import and use Fullcrew Design

<!-- YourComponent.svelte -->

<Button color="primary">Hello</Button>

<script>
import { Button, Input } from '@fullcrew/design'
</script>

Browser support

Recent versions of Firefox, Chrome, Edge, Opera and Safari. IE11+ is only partially supported.

License

Code released under MIT license.

changelog

Changelog

0.0.13

Start Project