Skip to content

farhadniaz/svelton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Svelton UI library

Svelton is a set of high-quality Svelte components with Powerful customization.

Install:

npm install svelton

or

yarn add svelton

Usage:

import {Button} from 'svelton';
<Button type="primary">My Button</Button>

Components List:

  • Modal
  • Drawer
  • Tree
  • Pagination
  • Breadcrumb
  • Range-slider
  • Radio
  • Checkbox
  • Switch
  • Button
  • Dropdown
  • Rate
  • Alert

Some components are under development

  • Table
  • Grid
  • Steps
  • Slider
  • TimePicker
  • Bage
  • Comment
  • .....

Contributing PRs Welcome

We welcome all contributions. You can submit any ideas as pull requests or as GitHub issues.