Skip to content

Commit 0d1586b

Browse files
committed
[add] Icon component
[optimize] several details
1 parent 3c20bd7 commit 0d1586b

11 files changed

Lines changed: 552 additions & 89 deletions

File tree

ReadMe.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
# BootCell document
22

3-
Re-implemented Official Web-site of [BootStrap][1] based on [WebCell][2], [BootCell][3] & [MarkCell][4]
3+
Re-implemented Official **Document site** of [BootStrap][1] & [FontAwesome][2]
4+
based on [WebCell][3], [BootCell][4] & [MarkCell][5]
45

5-
[![NPM Dependency](https://david-dm.org/EasyWebApp/BootCell-document.svg)][5]
6-
[![Build Status](https://travis-ci.com/EasyWebApp/BootCell-document.svg?branch=master)][6]
6+
[![NPM Dependency](https://david-dm.org/EasyWebApp/BootCell-document.svg)][6]
7+
[![Build Status](https://travis-ci.com/EasyWebApp/BootCell-document.svg?branch=master)][7]
78

89
[1]: https://getbootstrap.com/
9-
[2]: https://web-cell.dev/
10-
[3]: https://web-cell.dev/BootCell/
11-
[4]: https://github.com/EasyWebApp/MarkCell
12-
[5]: https://david-dm.org/EasyWebApp/BootCell-document
13-
[6]: https://travis-ci.com/EasyWebApp/BootCell-document
10+
[2]: https://fontawesome.com/
11+
[3]: https://web-cell.dev/
12+
[4]: https://web-cell.dev/BootCell/
13+
[5]: https://github.com/EasyWebApp/MarkCell
14+
[6]: https://david-dm.org/EasyWebApp/BootCell-document
15+
[7]: https://travis-ci.com/EasyWebApp/BootCell-document

document/source/components/Collapse.mdx

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,19 @@ Using the [card](components/card) component, you can extend the default collapse
1818
<AccordionList
1919
list={[
2020
{
21-
title: 'Collapsible Group Item #1',
22-
content: 'Content 1',
21+
title: 'WebCell',
22+
content: 'Web Components engine based on JSX & TypeScript',
2323
active: true
2424
},
2525
{
26-
title: 'Collapsible Group Item #2',
27-
content: 'Content 2'
26+
title: 'Cell Router',
27+
content:
28+
'Decorator based Router component framework, powered by WebCell'
2829
},
2930
{
30-
title: 'Collapsible Group Item #3',
31-
content: 'Content 3'
31+
title: 'BootCell',
32+
content:
33+
'Web Components UI library based on WebCell v2, BootStrap v4 & FontAwesome v5'
3234
}
3335
]}
3436
/>
@@ -42,17 +44,19 @@ render(
4244
<AccordionList
4345
list={[
4446
{
45-
title: 'Collapsible Group Item #1',
46-
content: "Content 1",
47+
title: 'WebCell',
48+
content: 'Web Components engine based on JSX & TypeScript',
4749
active: true
4850
},
4951
{
50-
title: 'Collapsible Group Item #2',
51-
content: "Content 2"
52+
title: 'Cell Router',
53+
content:
54+
'Decorator based Router component framework, powered by WebCell'
5255
},
5356
{
54-
title: 'Collapsible Group Item #3',
55-
content: "Content 3"
57+
title: 'BootCell',
58+
content:
59+
'Web Components UI library based on WebCell v2, BootStrap v4 & FontAwesome v5'
5660
}
5761
]}
5862
/>

0 commit comments

Comments
 (0)