0.0.5 • Published 3 years ago

skaffa v0.0.5

Weekly downloads
25
License
-
Repository
-
Last release
3 years ago

Skaffa

Skaffa is a small and minimalistic UI/UX component library for Svelte and Sapper projects.

Note: 🚧 This library is a work in progress 🚧

Installation

npm install skaffa

Usage

<script>
  import { Button } from 'skaffa';
</script>

<Button>Click me!</Button>

Components

  • Button
  • Checkbox
  • Radio
  • Text field
  • Typography
  • Select
  • List
  • Chip
  • Menu
  • Navigation drawer
  • Snackbar
  • Dialog
  • Card
  • Slider
  • Data table
  • Autocomplete
  • Tooltip
  • Date picker
0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago