@fullcrew/design

UI components for Svelte

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
@fullcrew/design
000.0.144 years ago4 years agoMinified + gzip package size for @fullcrew/design in KB

Readme

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

  1. 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.