Skip to content

Small minimalistic UI library for Svelte and Sapper

Notifications You must be signed in to change notification settings

rohinivsenthil/skaffa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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