Skip to content

6thquake/taro-material

Repository files navigation

Taro-Material logo

Taro-Material

Installation

Taro-Material is available as an npm package.

[Stable channel (v1.x)]

// with npm
npm install @6thquake/taro-material

// with yarn
yarn add taro-material

Supporting Taro-Material

Taro-Material is an MIT-licensed open source project. It's an independent project with ongoing development made possible thanks to the support of these awesome backers.

Your contributions, donations, and sponsorship allow us to build a sustainable organization. They directly support office hours, continued enhancements, great documentation and learning materials!

Usage (v1.x)

Here is a quick example to get you started, it's all you need:

import Taro, { Component } from '@tarojs/taro'
import Button from '@6thquake/taro-material/Button';

class App extends Component {
  render () {
  	return (
	    <Button variant="raised" color="primary">
	      Hello World
	    </Button>
	  );
  }
}

Taro.render(<App />, document.getElementById('app'))

Questions

For how-to questions and other non-issues, please use StackOverflow instead of Github issues. There is a StackOverflow tag called "taro-material" that you can use to tag your questions.

Examples

Are you looking for an example project to get started? We host some.

Documentation

Check out our documentation website.

Contributing

We'd greatly appreciate any contribution you make. :)

Changelog

Recently Updated? Please read the changelog.

Roadmap

The future plans and high priority features and enhancements can be found in the ROADMAP.md file.

Thanks

Thank you to Taro for providing the infrastructure that allows us to expand based on it, with standard specifications, and clear path.

Thank you to BrowserStack for providing the infrastructure that allows us to test in real browsers.

License

This project is licensed under the terms of the MIT license.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published