New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

smelte

Package Overview
Dependencies
Maintainers
1
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

smelte

Material design components for Svelte using Tailwind CSS

  • 0.0.5
  • npm
  • Socket score

Version published
Weekly downloads
38
decreased by-36.67%
Maintainers
1
Weekly downloads
 
Created
Source

Smelte

Demo

Smelte is a UI framework built on top of Svelte and Tailwind CSS using Material Design spec (hence the name). It comes with many components and utility functions making it easy to build beautiful responsive layouts while keeping bundle size and performance at check all thanks to Svelte.

Installation

Clone the project, install the dependencies and write some pretty code!

npx degit matyunya/smelte-template my-svelte-project
cd my-svelte-project
yarn && yarn dev
(or npm install && npm run dev)

Deployment to now

Smelte comes preconfigured to work with now.sh SSR build deployment. Configuration is located at ./now.json.

$ yarn now

Issues

Smelte is still in very early stage, so please feel free to submit any feedback.

Components

  • Text field
  • Button
  • Select
  • Checkbox
  • Radio
  • List
  • Chip
  • Menu
  • Navigation drawer
  • Snackbar
  • Dialog
  • Card
  • Autocomplete (sort of there but buggy)
  • Slider
  • Tooltip
  • Revise events (on:change, on:focus, on:input...)
  • Proper customization

Features

  • Default typography per Material design spec
  • Material icons
  • CSS ripple animation
  • Image lazy loading
  • Now SSR deployment
  • Color palette generator
  • Theming
  • Dark mode
  • Svelte template (without Sapper)
  • Other icons
  • Document API
  • Improve Purge CSS (right now dynamic classes need to be whitelisted manually)
  • JS ripple animation
  • IE 11 support
  • Image processing (minification and such, similar to this)
  • Scaffoldable CLI version

FAQs

Package last updated on 08 Jul 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc