Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit ea2ca65

Browse files
feat(#260): update readme
1 parent 00c3cc6 commit ea2ca65

File tree

2 files changed

+32
-72
lines changed

2 files changed

+32
-72
lines changed

webcomponents/color/README.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# DeckDeckGo - Color Picker
2+
3+
The "Color Picker" component is a simple component to, guess what, allow your users to "pick colors" 😉
4+
5+
It is fully configurable in terms of colors, you could define the set of colors you rather like to offer and it also implements a "more" action which, if clicked, will open the platform standard color picker.
6+
7+
## Table of contents
8+
9+
- [Getting Started](#getting-started)
10+
- [Develop](#develop)
11+
- [License](#license)
12+
13+
## Getting Started
14+
15+
To get started with this Web Component, have a look to its [documentation](https://docs.deckdeckgo.com/components/color).
16+
17+
## Develop
18+
19+
To develop and run this Web Component locally, proceed as following:
20+
21+
```
22+
git clone https://github.com/deckgo/deckdeckgo
23+
cd deckdeckgo/webcomponents/color
24+
npm install
25+
npm run start
26+
```
27+
28+
## License
29+
30+
MIT © [David Dal Busco](mailto:[email protected]) and [Nicolas Mattia](mailto:[email protected])
31+
32+
[DeckDeckGo]: https://deckdeckgo.com

webcomponents/color/readme.md

Lines changed: 0 additions & 72 deletions
This file was deleted.

0 commit comments

Comments
 (0)