Figuring out a Getting Started Guide / Quick Start Guide #1781
alanbsmith
started this conversation in
Ideas
Replies: 1 comment
-
Questions
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Getting Started Guide
If this is your first time using Canvas Kit or your integrating this library into your application, read our Quick Start Guide to get up and running.
React
Installation
First, install our main dependencies.
You will probably also need icons.
Canvas Provider Setup
The
CanvasProvider
should be rendered once at the very top of your application. Ittheme
InputProvider
which helps manage the focus rings on inputs and buttonsBidirectional Support
All Canvas Kit components have bidirectional styles built-in. But you'll need to pass the
Building your First Component
Beta Was this translation helpful? Give feedback.
All reactions