MyCrumbs UI Kit Quickstart
Get started with MyCrumbs UI Kit in under 5 minutes
Introduction
Welcome to the MyCrumbs UI Kit quickstart guide. This guide will help you set up and start using MyCrumbs UI Kit in your project.
Installation
First, you need to install the MyCrumbs UI Kit package. You can do this using npm or yarn.
or
Setup
To use MyCrumbs UI Kit, you need to wrap your application with the MyCrumbsProvider
. This ensures that all components have access to the theme and other configurations.
Usage
Now you can start using the components provided by MyCrumbs UI Kit. Here is an example of how to use a button component.
Customization
MyCrumbs UI Kit allows you to customize the theme to match your brand. You can do this by passing a custom theme to the MyCrumbsProvider
.
Conclusion
You are now ready to start building your application with MyCrumbs UI Kit. For more information and advanced usage, please refer to the official documentation.