GithubHelp home page GithubHelp logo

theovidal / svelteify Goto Github PK

View Code? Open in Web Editor NEW
48.0 5.0 2.0 4.05 MB

๐Ÿ“ฒ Customizable and dependencies-less Material components with Svelte

Home Page: https://svelteify.netlify.app/

License: MIT License

JavaScript 38.19% HTML 2.12% CSS 0.40% Svelte 59.29%
svelte sveltejs material-design vuetify vuetifyjs material-components material-ui

svelteify's Introduction

logo

Material components library for Svelte

Welcome on the Svelteify repository ! It's a young framework which provides Material components using the Svelte framework. It is :

  • Beautiful : the framework works with the stylesheet of Vuetify, which provides clean components
  • Customizable : you can configure colors used across the application, and a dark mode. Moreover, you can choose which component to use.
  • Dependencies-less : the library includes all the compiled JavaScript and CSS, so you don't have to install anything

Check out the main package !

FOSSA Status

Roadmap

1.0

Core features :

  • Global theme
  • app properties on components
  • Documentation

Components :

  • Application
  • Avatar
  • Button
  • Card
  • Chips
  • Divider
  • Footer
  • Grid
  • Icon
  • Image
  • List
  • Navigation drawers
  • Tables
  • Toolbar
  • Tooltip

1.1

Core features :

  • Icon choose
  • More theme options
  • Ripples

Components :

  • Alerts
  • Badges
  • Bottom navigation
  • Breadcrumbs
  • Form inputs
  • Groups
  • Navigation drawer

License

MIT License

svelteify's People

Contributors

fossabot avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

ptzagk fossabot

svelteify's Issues

Warnings during build, ReferenceError during Runtime

I installed the package using: npm i --dev sveltify without issue.

With a lack of documentation, I saw the tests and attempted to use the MAvatar test as an example of how to use a component.

I added the following code to attempt to use:

<script>
import {MAvatar} from '@sveltify';
let props;
</script>

<MAvatar {...props}>
  <img
    alt="Avatar"
    src="https://avatars0.githubusercontent.com/u/12774204?s=460&v=4"
  />
</MAvatar>

During compile, I received the following warnings:

(!) Unresolved dependencies
https://rollupjs.org/guide/en/#warning-treating-module-as-external-dependency
@sveltify (imported by src/App.svelte)
(!) Missing global variable name
Use output.globals to specify browser global variable names corresponding to external modules
@sveltify (guessing '_sveltify')

I'm assuming this is due to an incomplete installation, but that's pure speculation, I just wanted to make sure this was reported.

In my live-server, I receive the following error in the console:

ReferenceError: _sveltify is not defined

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.