/vulcan-more-material-ui

Material UI components for Vulcan.js

Primary LanguageJavaScriptMIT LicenseMIT

Vulcan More - Material UI

More Material UI components

This package provides exposes some Material UI components and layouts for Vulcan.js applications.

See Awesome Vulcan for usage examples.

/!\ This is an experimental package, API will certainly evolve in the months to come.

Installation

Clone this repo:

git clone https://github.com/lbke/vulcan-more-material-ui

You can clone it directly in your app packages folder. You can also clone it in an isolated vulcan-packages folder outside of your app, and then set the METEOR_PACKAGE_DIRS environment variable to "/some-dir/vulcan-packages". This way, you can put all your reusable package in this vulcan-packages folder without polluting your own app.

Then use the package in your app:

import { theFunctionYouNeed } from "vulcan:more-material-ui";

This package won't be published on Atmosphere or npm until it is a bit more mature.

Contributing

This package will evolve and improve depending on the use cases we encounter. Best way to contribute is to use it in your own app, and propose ideas, suggestions and PR based on your experience.

We seek for maximum reusability, so each method should be as configurable as possible, and split into independant functions whenever possible.

Built with love by LBKE