N00nDay / svelponents

My attempt at porting ant design react to svelte

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Svelponents

This is an attempt to port ant design to svelte

Current components:

[] AddressLookup [x] Alert [x] Avatar [] AutoComplete [x] Badge [x] Button [x] Card [] Carousel [] Checkbox [x] Col [] Collapse [] Comment [x] ContentLoader [] DatePicker [x] Divider [x] Drawer [] Dropdown [] Empty [] FormItem [] Input [] InputItem [] InputNumber [] InputPassword [] InputPhone [] InputSearch [x] Layout [] Mentions [x] Menu [x] Message [] Modal [x] PageHeader [] Popconfirm [] Popover [] Progress [] Radio [] Rate [] Result [x] Row [] Select [x] Skeleton [] Slider [x] Space [] Statistic [] Steps [] Switch [x] Table [] Tabs [x] Tag [] Timeline [x] Title (Typography) [x] Text (Typography) [] Upload [x] VirtualList

Basic Usage

npm i svelponents

import { [component] } from 'svelponents';

For better documentation clone the repo on GitHub and run:

npm run storybook

About

My attempt at porting ant design react to svelte

License:ISC License


Languages

Language:HTML 91.4%Language:CSS 4.9%Language:JavaScript 3.7%