All Projects → gCombinator → svelte-flat-ui

gCombinator / svelte-flat-ui

Licence: MIT License
Flat UI Independent JS Components + English Docs =

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to svelte-flat-ui

carbon-components-svelte
Svelte implementation of the Carbon Design System
Stars: ✭ 1,615 (+3488.89%)
Mutual labels:  svelte-components, svelte, ui-components
sapper-template-rollup
Starter Rollup template for Sapper apps using postcss, cssnano, tailwindcss, and svelte-preprocess.
Stars: ✭ 32 (-28.89%)
Mutual labels:  svelte-components, svelte
svelte-progressbar
A multiseries, SVG progressbar component made with Svelte
Stars: ✭ 85 (+88.89%)
Mutual labels:  svelte-components, svelte
fa-svelte
Font Awesome 5 for svelte.js
Stars: ✭ 72 (+60%)
Mutual labels:  svelte-components, svelte
svelte-headlessui
Unofficial Svelte port of Headless UI components
Stars: ✭ 564 (+1153.33%)
Mutual labels:  svelte-components, svelte
tabler-icons-svelte
A library of SVG Svelte components for Tabler Icons.
Stars: ✭ 50 (+11.11%)
Mutual labels:  svelte-components, svelte
svelte-lottie-player
Lottie Player component for Svelte
Stars: ✭ 90 (+100%)
Mutual labels:  svelte-components, svelte
Nanocal
Airbnb range picker rip-off
Stars: ✭ 132 (+193.33%)
Mutual labels:  svelte, vanilla-js
s-date-range-picker
📅 A date range picker built with Svelte
Stars: ✭ 13 (-71.11%)
Mutual labels:  svelte-components, svelte
svelte-material
Modular and customizable Material Design UI components for Svelte.js
Stars: ✭ 30 (-33.33%)
Mutual labels:  svelte-components, svelte
Storybook
📓 The UI component explorer. Develop, document, & test React, Vue, Angular, Web Components, Ember, Svelte & more!
Stars: ✭ 67,445 (+149777.78%)
Mutual labels:  svelte, ui-components
svelteit
Svelteit is a minimalistic UI/UX component library for Svelte and Sapper projects
Stars: ✭ 64 (+42.22%)
Mutual labels:  svelte, ui-components
Svelte Chota
Svelte UI components based on super lightweight chota CSS framework.
Stars: ✭ 157 (+248.89%)
Mutual labels:  svelte, ui-components
ui-svelte
A component library for Svelte
Stars: ✭ 18 (-60%)
Mutual labels:  svelte-components, svelte
Svelte Carousel
A super lightweight, super simple Carousel for Svelte 3
Stars: ✭ 144 (+220%)
Mutual labels:  svelte, vanilla-js
Svelte Material Ui
Svelte Material UI Components
Stars: ✭ 2,081 (+4524.44%)
Mutual labels:  svelte-components, svelte
Svelte Materialify
A Material UI Design Component library for Svelte heavily inspired by vuetify.
Stars: ✭ 351 (+680%)
Mutual labels:  svelte, ui-components
Svelte Social Auth
Social Auth for Svelte v3
Stars: ✭ 86 (+91.11%)
Mutual labels:  svelte, vanilla-js
kahi-ui
Straight-forward Svelte UI for the Web
Stars: ✭ 169 (+275.56%)
Mutual labels:  svelte-components, svelte
focus-svelte
focus lock for svelte
Stars: ✭ 18 (-60%)
Mutual labels:  svelte-components, svelte

svelte-ui

img img

Flat UI Independent JS Components.
Each one can be built separately (using Svelte framework).

svelte-flat


Installation

All controls

yarn add svelte-ui

Or just only Button

yarn add svelte-ui-button svelte-ui-theme

Usage

import 'svelte-ui-button'
import 'svelte-ui-theme/button.css'

const button = Button({
  target: document.querySelector('#button'),
  data: {
    content: 'Default Button'
  }
})
button.onclick = function (e) {
  console.log('hello world')
}

Documentation

Development

# Build all components
yarn 
yarn build

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].