diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..5008ddf Binary files /dev/null and b/.DS_Store differ diff --git a/index.html b/index.html index 5572fcb..ae4de26 100644 --- a/index.html +++ b/index.html @@ -29,7 +29,7 @@
Component and shared patterns for React Native apps using Carbon. Styles are based on the Carbon Native Mobile designs. Color (g10
for light theme and g100
for dark theme) and typography tokens are based on Carbon v11.
Documentation can be found here. This documentation is auto generated by the TypeScript files. To use the documentations you can find each component on the left side as a Class
. Each component has a link to the example app code and the Props (Component<ItemProps>
) which can be jumped to by clicking the ItemProps. Props will indicate all props this component supports with documentation. Links will jump to related to type declarations.
Documentation can be found here. This documentation is auto generated by the TypeScript files. To use the documentations you can find each component on the left side as a Class
. Each component has a link to the example app code and the Props (Component<ItemProps>
) which can be jumped to by clicking the ItemProps. Props will indicate all props this component supports with documentation. Links will jump to related to type declarations.
To install @carbon/react-native
in your project, you will need to run the following
command using npm:
npm install -S @carbon/react-native