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

@mathigon/slate

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mathigon/slate

Custom web components including media, popups, sliders, SVGs and more.

  • 0.1.2
  • unpublished
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Slate.js

Slate.js is a collection of reusable custom web components: gallery, popups, sliders, lightboxes, parallax images, and many more. It was developed for the mathematics education project Mathigon.org.

Quick start

Slate.js is not intended to be used on its own, but as a dependency of another module or application. You can install it easily using npm install @mathigon/slate.

Now use ES6 imports to require specific classes or functions:

import { Complex, gcd } from '@mathigon/slate'

Finally, compile your JavaScript using rollup. Remember to include a plugin like rollup-plugin-node-resolve to correctly resolve the imports.

Documentation

Coming soon!

Contributing

While slate.js was developed specifically for use by Mathigon, many of the functions are generic and reusable. We welcome community contributions: please file bugs or send us pull requests. You can find out more on Mathigon's contributions page.


Code and documentation are copyright (c) Mathigon.
Released under the MIT license.

Keywords

FAQs

Package last updated on 02 Jul 2017

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