Code Monkey home page Code Monkey logo

svelteit's Introduction

ERIC DAVID SMITH

Building things every day. I am self taught. This means I am continually learning and making new mistakes every day. I'm grateful and proud of this mindset. This mindset has made me more of a generalist rather than a specialist.

Youtube Videos

SOLO / WEEKEND PROJECTS

(WEB - NEXTJS)


(WEB - DENO)


(NATIVE MOBILE - IOS SwiftUI)


(MacOS - SwiftUI)


(WEB - SVELTE)


  • SvelteIt - OPEN SOURCE - NEEDS REFRESHING

(UNITY / C# - VIRTUAL REALITY)


  • SvelteIt - OPEN SOURCE - NEEDS REFRESHING

(Rust Lang)


(VSCode Extensions)


(NPM Packages)


  • Create Quick Stack - A command line tool designed to streamline the initial setup of JavaScript projects.

svelteit's People

Contributors

dependabot[bot] avatar erictherobot 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  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  avatar

svelteit's Issues

Custom theme

Hi, thank you for sharing this cool project!

I'm considering using this framework for my project, and definitely customization is required.
Is there any update on custom themes?

If there is no plan yet, I'd like to suggest making the sass variables customizable until then.
hyojin@e118c83

Not able to use components after adding svelteit to my project

I followed the docs to add svelteit to my project. After installing required packages and configuring the project. it is throwing the following error.

(!) Unresolved dependencies
https://rollupjs.org/guide/en/#warning-treating-module-as-external-dependency
@colorfuldots/svelteit/dist/css/svelteit.min.css (imported by src/App.svelte)
[!] (plugin svelte) ParseError: Identifier is expected
node_modules/@colorfuldots/svelteit/src/ButtonGroup.svelte
27:     vertical-align: middle;
28:
29:     > {
        ^
30:       :global(button:not(:first-child)),
31:       .svelteit-button-group:not(:first-child) > :global(button) {
ParseError: Identifier is expected
    at error (/home/bhanu/app/node_modules/svelte/src/compiler/utils/error.ts:25:16)
    at Parser$1.error (/home/bhanu/app/node_modules/svelte/src/compiler/parse/index.ts:93:3)
    at Object.read_style [as read] (/home/bhanu/app/node_modules/svelte/src/compiler/parse/read/style.ts:21:11)
    at tag (/home/bhanu/app/node_modules/svelte/src/compiler/parse/state/tag.ts:190:27)
    at new Parser$1 (/home/bhanu/app/node_modules/svelte/src/compiler/parse/index.ts:45:12)
    at parse (/home/bhanu/app/node_modules/svelte/src/compiler/parse/index.ts:208:17)
    at compile (/home/bhanu/app/node_modules/svelte/src/compiler/compile/index.ts:79:14)
    at preprocessPromise.then.code (/home/bhanu/app/node_modules/rollup-plugin-svelte/index.js:252:22)

Expected Behavior

It should work with a svelte project.

Actual Behavior

Throwing error during build.

Steps to Reproduce the Problem

Added the following code in root component App.svelte

<script>
  import "@colorfuldots/svelteit/dist/css/svelteit.min.css";
  import { Button } from "@colorfuldots/svelteit";
</script>

<div>
  <Button title="Test button" rounded primary />
</div>

Specifications

  • Version: ^1.0.0-alpha.7
  • Platform: Ubuntu 20.04
  • Subsystem:

autoPreprocess

npm install -D autoPreprocess

cause error

npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/autoPreprocess - Not found
npm ERR! 404
npm ERR! 404 'autoPreprocess@latest' is not in the npm registry.
npm ERR! 404 Your package name is not valid, because
npm ERR! 404 1. name can no longer contain capital letters
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.

X button in Alert components behaves quirkily.

Expected Behavior

Once we click X button, no matter we click it again, Alert components should be closed.

Actual Behavior

Clicking X button again before the Alert component is closed takes it back to normal.

Steps to Reproduce the Problem

  1. Click X button in a Alert component.
  2. Click X button again before the Alert component is closed.
  3. The Alert component turns back to normal.

Specifications

  • Version: 1.0.0-alpha.7
  • Platform: Windows 10
  • Subsystem: Firefox browser 95.0 64bit

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.