|
1 | 1 | <div align="center">
|
2 | 2 | <img alt="ctrl-panel" src="https://user-images.githubusercontent.com/1435457/202668072-2d92cdc5-e723-4b1f-bc0a-b6126d5af1ba.png" width="240" />
|
3 |
| - <h1>ctrl-panel</h1> |
| 3 | + <h1><ctrl-panel></h1> |
4 | 4 | <p>A simple control panel.</p>
|
5 | 5 | <p>
|
6 | 6 | <a href="https://github.com/9am/ctrl-panel/blob/main/LICENSE">
|
|
20 | 20 |
|
21 | 21 | ---
|
22 | 22 |
|
| 23 | +## Why Build This |
| 24 | +See my blog post on [9am.github.io](https://9am.github.io/) |
| 25 | +> [Every Animation Lover Needs A Control Panel](https://github.com/9am/9am.github.io/issues/10) |
| 26 | +
|
23 | 27 | ## Features
|
24 | 28 | - **9 custom elements** to choose.
|
25 | 29 | - **3 themes** out of the box.
|
26 | 30 | - **Control the value shape** with the template.
|
27 | 31 | - Customize or make your own theme with **CSS properties.**
|
28 | 32 |
|
29 | 33 | ## Elements
|
30 |
| -| Element | Screenshot | Description | Live Demo | |
31 |
| -| ------- | ---------- | ----------- | --------- | |
32 |
| -| ctrl-panel | ---------- | The root element. | [demo](http://9am.github.io/ctrl-panel/ctrl-panel.html) | |
33 |
| -| ctrl-group | ---------- | Group ctrl-* together to shape the value. | [demo](http://9am.github.io/ctrl-panel/ctrl-group.html) | |
34 |
| -| ctrl-slider | </br> | A numblic slider. | [demo](http://9am.github.io/ctrl-panel/ctrl-slider.html) | |
35 |
| -| ctrl-clamp | </br> | Select a tuple low-high value. | [demo](http://9am.github.io/ctrl-panel/ctrl-clamp.html) | |
36 |
| -| ctrl-switch | </br> | A ON/OFF switch. | [demo](http://9am.github.io/ctrl-panel/ctrl-switch.html) | |
37 |
| -| ctrl-radio |  | Multiple/Single switch. | [demo](http://9am.github.io/ctrl-panel/ctrl-radio.html) | |
38 |
| -| ctrl-vector |  | Select a tuple vector on a 2D surface. | [demo](http://9am.github.io/ctrl-panel/ctrl-vector.html) | |
39 |
| -| ctrl-text |  | Text input. | [demo](http://9am.github.io/ctrl-panel/ctrl-text.html) | |
40 |
| -| ctrl-color |  | Color picker. | [demo](http://9am.github.io/ctrl-panel/ctrl-color.html) | |
| 34 | +| Element | Screenshot | Varient | Description | Live Demo | |
| 35 | +| ------- | ---------- | ------- | ----------- | --------- | |
| 36 | +| ctrl-panel | ------- | ------- | The root element. | [demo](http://9am.github.io/ctrl-panel/ctrl-panel.html) | |
| 37 | +| ctrl-group | ------- | ------- | Group ctrl-* together to shape the value. | [demo](http://9am.github.io/ctrl-panel/ctrl-group.html) | |
| 38 | +| ctrl-slider |  |  | A numblic slider. | [demo](http://9am.github.io/ctrl-panel/ctrl-slider.html) | |
| 39 | +| ctrl-clamp |  |  | Select a tuple low-high value. | [demo](http://9am.github.io/ctrl-panel/ctrl-clamp.html) | |
| 40 | +| ctrl-switch |  |  | A ON/OFF switch. | [demo](http://9am.github.io/ctrl-panel/ctrl-switch.html) | |
| 41 | +| ctrl-radio |  |  | Multiple/Single switch. | [demo](http://9am.github.io/ctrl-panel/ctrl-radio.html) | |
| 42 | +| ctrl-vector |  | | Select a tuple vector on a 2D surface. | [demo](http://9am.github.io/ctrl-panel/ctrl-vector.html) | |
| 43 | +| ctrl-text |  | | Text input. | [demo](http://9am.github.io/ctrl-panel/ctrl-text.html) | |
| 44 | +| ctrl-color |  | | Color picker. | [demo](http://9am.github.io/ctrl-panel/ctrl-color.html) | |
41 | 45 |
|
42 | 46 |
|
43 | 47 | ## Usage
|
|
0 commit comments