Explore the docs and code playground »
Report Bug · Request Feature
Table of Contents ↧
project_description
-
Purpose [The goal of the project or why we're doing this]
Example: To create a preconfigured template so that we can start developing a component library right away.
-
Problem [What problems we have now and how the library will help solve them]
Example: If you start from scratch to create a library, you have to repeat the same steps, add the same libraries, copy configurations and templates from other libraries.
-
Scope [What areas are covered, what areas are not]
Example: this template is mostly for texttree organization libraries to make it easier to maintain code
Add the library to your React app
- yarn
yarn add @texttree/template-rcl
- npm
npm install @texttree/template-rcl
Having trouble? Get help in the official Open Components Ecosystem Discord
example_of_usage
For more examples, please refer to the Styleguidist link
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated. Guidelines for external contributions.
You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
If you would like to fork the repo and create a pull request.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature-[username]-amazing-feature
) - Commit your Changes (
git commit -m 'Add some Amazing Feature'
) - Push to the Branch (
git push origin feature-[username]-amazing-feature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.
Project Link: https://github.com/texttree/template-rcl