@airtable/blocks/ui#initializeBlock JavaScript Examples

The following examples show how to use @airtable/blocks/ui#initializeBlock. You can vote up the ones you like or vote down the ones you don't like, and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example #1
Source File: index.js    From apps-base-schema with MIT License 5 votes vote down vote up
initializeBlock(() => <SchemaMapApp />);
Example #2
Source File: index.js    From apps-flashcard with MIT License 5 votes vote down vote up
initializeBlock(() => <FlashcardApp />);
Example #3
Source File: index.js    From apps-hello-world with MIT No Attribution 5 votes vote down vote up
initializeBlock(() => <HelloWorldApp />);
Example #4
Source File: index.js    From apps-print-records with MIT License 5 votes vote down vote up
initializeBlock(() => <PrintRecordsApp />);
Example #5
Source File: index.js    From apps-simple-chart with MIT License 5 votes vote down vote up
initializeBlock(() => <SimpleChartApp />);
Example #6
Source File: index.js    From apps-todo-list with MIT License 5 votes vote down vote up
initializeBlock(() => <TodoApp />);
Example #7
Source File: index.js    From apps-update-records with MIT License 5 votes vote down vote up
initializeBlock(() => <UpdateRecordsApp />);
Example #8
Source File: index.js    From apps-url-preview with MIT License 5 votes vote down vote up
initializeBlock(() => <UrlPreviewApp />);
Example #9
Source File: index.js    From apps-wikipedia-enrichment with MIT License 5 votes vote down vote up
initializeBlock(() => <WikipediaEnrichmentApp />);
Example #10
Source File: index.js    From blocks-usa-map with MIT License 5 votes vote down vote up
initializeBlock(() => <USAMapBlock />);
Example #11
Source File: index.js    From airtable-api-connection with MIT No Attribution 5 votes vote down vote up
initializeBlock(() => <HelloWorldBlock />);
Example #12
Source File: index.js    From neighbor-express with MIT License 5 votes vote down vote up
initializeBlock(() => <ComponentWithSettings />);
Example #13
Source File: index.js    From neighbor-express with MIT License 5 votes vote down vote up
initializeBlock(() => <ComponentWithSettings />);