0.0.14 • Published 4 years ago

@fullcrew/design v0.0.14

Weekly downloads
28
License
MIT
Repository
github
Last release
4 years ago

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.

0.0.14

4 years ago

0.0.13

4 years ago

0.0.12

4 years ago

0.0.10

4 years ago

0.0.11

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago