From 7a31729ebb7803599b9c4f4fcace29ab0045edb1 Mon Sep 17 00:00:00 2001 From: Chun-MingChen Date: Mon, 8 Oct 2018 00:07:44 +0800 Subject: [PATCH] Introduce logo to --- .../examples/welcome.js | 13 +++++++++++-- .../public/images/logo-color-square.svg | 1 + .../stories/stylesheet/welcome/_index.scss | 17 +++++++++++++++++ 3 files changed, 29 insertions(+), 2 deletions(-) create mode 100644 packages/react-bootstrap-table2-example/public/images/logo-color-square.svg diff --git a/packages/react-bootstrap-table2-example/examples/welcome.js b/packages/react-bootstrap-table2-example/examples/welcome.js index 41f3547..18a643e 100644 --- a/packages/react-bootstrap-table2-example/examples/welcome.js +++ b/packages/react-bootstrap-table2-example/examples/welcome.js @@ -1,6 +1,8 @@ import React from 'react'; import Typed from 'typed.js'; +const PROJECT_NAME = 'react-bootstrap-table2'; + export default class Welcome extends React.Component { componentDidMount() { // type.js config @@ -21,13 +23,20 @@ export default class Welcome extends React.Component { return (
-

react-bootstrap-table2

+
+ + { + +

+ {PROJECT_NAME} +

+
{ this.el = el; } } />
- +