File tree Expand file tree Collapse file tree 8 files changed +65
-4
lines changed Expand file tree Collapse file tree 8 files changed +65
-4
lines changed Original file line number Diff line number Diff line change
1
+
2
+ <link rel="icon" type="image/svg+xml" href="/legooo-meta.svg">
Original file line number Diff line number Diff line change
1
+ import { addons } from "@storybook/manager-api" ;
2
+ import myTheme from "./myTheme" ;
3
+
4
+ addons . setConfig ( {
5
+ theme : myTheme ,
6
+ } ) ;
Original file line number Diff line number Diff line change
1
+ import { create } from "@storybook/theming/create" ;
2
+
3
+ export default create ( {
4
+ brandTitle : "Legooo - The Design System" ,
5
+ brandImage : "/legooo.png" ,
6
+ brandTarget : "_self" ,
7
+
8
+ colorPrimary : "#5E6600" ,
9
+ colorSecondary : "#BBCC00" ,
10
+
11
+ // Toolbar default and active colors
12
+ barTextColor : "#9E9E9E" ,
13
+ barSelectedColor : "#BBCC00" ,
14
+ barHoverColor : "#BBCC00" ,
15
+ } ) ;
Original file line number Diff line number Diff line change 1
- <!DOCTYPE html>
1
+ <!doctype html>
2
2
< html lang ="en ">
3
3
< head >
4
4
< meta charset ="utf-8 " />
5
- < link rel ="icon " href ="%PUBLIC_URL%/favicon.ico " />
5
+ < link rel ="icon " href ="%PUBLIC_URL%/legooo-meta.svg " />
6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1 " />
7
7
< meta name ="theme-color " content ="#000000 " />
8
8
< meta
9
9
name ="description "
10
10
content ="Web site created using create-react-app "
11
11
/>
12
- < link rel ="apple-touch-icon " href ="%PUBLIC_URL%/logo192.png " />
12
+ < link rel ="apple-touch-icon " href ="%PUBLIC_URL%/legooo-meta.svg " />
13
13
<!--
14
14
manifest.json provides metadata used when your web app is installed on a
15
15
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
24
24
work correctly both with client-side routing and a non-root public URL.
25
25
Learn how to configure a non-root public URL by running `npm run build`.
26
26
-->
27
- < title > React App </ title >
27
+ < title > Legooo - The Design System </ title >
28
28
</ head >
29
29
< body >
30
30
< noscript > You need to enable JavaScript to run this app.</ noscript >
Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ import { Meta } from "@storybook/blocks";
2
2
3
3
<Meta title = " Getting Started" />
4
4
5
+ ![ Legooo logo] ( ./legooo-logo.png )
6
+
5
7
# Legooo - Getting Started
6
8
7
9
Welcome to the Legooo React Design System! This guide will help you integrate and use our design system in your React projects.
You can’t perform that action at this time.
0 commit comments