From e92d50b797792f3161fb0f70a1f30ac3c470c637 Mon Sep 17 00:00:00 2001 From: Ombuweb Date: Mon, 12 Dec 2022 17:47:34 +0100 Subject: [PATCH 1/5] docs: Label --- content/sidebar.ts | 12 ++-- content/ui/label.md | 170 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 176 insertions(+), 6 deletions(-) create mode 100644 content/ui/label.md diff --git a/content/sidebar.ts b/content/sidebar.ts index 81475b82..04b91b3f 100644 --- a/content/sidebar.ts +++ b/content/sidebar.ts @@ -144,15 +144,15 @@ export default [ // { text: 'NavigationButton', link: '//#' }, // ], // }, - // { - // text: 'Components', - // items: [ + { + text: 'Components', + items: [ // { text: 'ActivityIndicator', link: '//#' }, // { text: 'Button', link: '//#' }, // { text: 'DatePicker', link: '//#' }, // { text: 'HtmlView', link: '//#' }, // { text: 'Image', link: '/' }, - // { text: 'Label', link: '//#' }, + { text: 'Label', link: '/ui/label' }, // { text: 'ListPicker', link: '//#' }, // { text: 'ListView', link: '//#' }, // { text: 'Placeholder', link: '//#' }, @@ -179,8 +179,8 @@ export default [ // { text: 'PromptDialog', link: '//#' }, // ], // }, - // ], - // }, + ], + }, // { // text: 'Diving Deeper', // items: [{ text: 'Architecture concepts', link: '//#' }], diff --git a/content/ui/label.md b/content/ui/label.md new file mode 100644 index 00000000..b1eff483 --- /dev/null +++ b/content/ui/label.md @@ -0,0 +1,170 @@ +--- +title: Label +--- + +`