Skip to content

Latest commit

 

History

History
41 lines (35 loc) · 1.94 KB

File metadata and controls

41 lines (35 loc) · 1.94 KB

Using templates

import TemplateTile from '@site/src/components/TemplateTile'; import TemplateTileGrid from '@site/src/components/TemplateTileGrid';

import ImageAppSettings from '@site/docs/assets/custom-posts/templates/template-app-settings.png'; import ImageEmpty from '@site/docs/assets/custom-posts/templates/template-empty.png'; import ImageExperiencePost from '@site/docs/assets/custom-posts/templates/template-custom-experience.png'; import ImageExperiencePostPro from '@site/docs/assets/custom-posts/templates/template-custom-experience-pro.png'; import ImageForms from '@site/docs/assets/custom-posts/templates/template-forms.png'; import ImageUploads from '@site/docs/assets/custom-posts/templates/template-image-uploads.png'; import ImageMenuAction from '@site/docs/assets/custom-posts/templates/template-menu-action.png'; import ImageRedis from '@site/docs/assets/custom-posts/templates/template-redis.png'; import ImageTriggers from '@site/docs/assets/custom-posts/templates/template-triggers.png'; import ImageIntroToDevvit from '@site/docs/assets/custom-posts/templates/template-intro-to-devvit.png';

import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem';

Templates contain all the code you need for a complete app. You can use one as a starting point, or start with a blank template to create from scratch. These are the available templates.

Look at our other templates which includes how to use some of our other capabilities.